Title: [190456] trunk/Source/WebCore
- Revision
- 190456
- Author
- [email protected]
- Date
- 2015-10-01 22:44:59 -0700 (Thu, 01 Oct 2015)
Log Message
Fix the #if guard in PointerLockController.cpp
https://bugs.webkit.org/show_bug.cgi?id=149705
Reviewed by Gyuyoung Kim.
* page/PointerLockController.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (190455 => 190456)
--- trunk/Source/WebCore/ChangeLog 2015-10-02 05:37:00 UTC (rev 190455)
+++ trunk/Source/WebCore/ChangeLog 2015-10-02 05:44:59 UTC (rev 190456)
@@ -1,3 +1,12 @@
+2015-10-01 Csaba Osztrogonác <[email protected]>
+
+ Fix the #if guard in PointerLockController.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=149705
+
+ Reviewed by Gyuyoung Kim.
+
+ * page/PointerLockController.cpp:
+
2015-10-01 Dean Jackson <[email protected]>
Rollout r190446 for the moment. It broke the build.
Modified: trunk/Source/WebCore/page/PointerLockController.cpp (190455 => 190456)
--- trunk/Source/WebCore/page/PointerLockController.cpp 2015-10-02 05:37:00 UTC (rev 190455)
+++ trunk/Source/WebCore/page/PointerLockController.cpp 2015-10-02 05:44:59 UTC (rev 190456)
@@ -25,6 +25,8 @@
#include "config.h"
#include "PointerLockController.h"
+#if ENABLE(POINTER_LOCK)
+
#include "Chrome.h"
#include "ChromeClient.h"
#include "Element.h"
@@ -33,7 +35,6 @@
#include "PlatformMouseEvent.h"
#include "VoidCallback.h"
-#if ENABLE(POINTER_LOCK)
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes