Title: [117292] trunk/Source/WebKit/blackberry
Revision
117292
Author
[email protected]
Date
2012-05-16 08:27:10 -0700 (Wed, 16 May 2012)

Log Message

Add missing include that was causing build errors.
https://bugs.webkit.org/show_bug.cgi?id=86502

Patch by Genevieve Mak <[email protected]> on 2012-05-16
Reviewed by Rob Buis.
Reviewed Internally by Liam Quinn.

* WebKitSupport/InputHandler.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (117291 => 117292)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-05-16 14:56:52 UTC (rev 117291)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-05-16 15:27:10 UTC (rev 117292)
@@ -1,3 +1,13 @@
+2012-05-16  Genevieve Mak  <[email protected]>
+
+        Add missing include that was causing build errors.
+        https://bugs.webkit.org/show_bug.cgi?id=86502
+
+        Reviewed by Rob Buis.
+        Reviewed Internally by Liam Quinn.
+
+        * WebKitSupport/InputHandler.cpp:
+
 2012-05-15  Chris Guan  <[email protected]>
 
         [BlackBerry] Enhance an API of BackingStore::drawContents

Modified: trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp (117291 => 117292)


--- trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp	2012-05-16 14:56:52 UTC (rev 117291)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp	2012-05-16 15:27:10 UTC (rev 117292)
@@ -56,6 +56,7 @@
 #include "WebSettings.h"
 
 #include <BlackBerryPlatformKeyboardEvent.h>
+#include <BlackBerryPlatformLog.h>
 #include <BlackBerryPlatformMisc.h>
 #include <BlackBerryPlatformSettings.h>
 #include <imf/events.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to