Title: [145529] trunk/Source/WebKit/blackberry
- Revision
- 145529
- Author
- [email protected]
- Date
- 2013-03-12 05:11:58 -0700 (Tue, 12 Mar 2013)
Log Message
[BlackBerry] Fix visible_units.h includes
https://bugs.webkit.org/show_bug.cgi?id=112131
Patch by Alberto Garcia <[email protected]> on 2013-03-12
Reviewed by Carlos Garcia Campos.
This file was renamed to VisibleUnits.h in r144911.
* WebKitSupport/DOMSupport.cpp:
* WebKitSupport/InputHandler.cpp:
* WebKitSupport/SelectionHandler.cpp:
* WebKitSupport/SpellingHandler.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/ChangeLog (145528 => 145529)
--- trunk/Source/WebKit/blackberry/ChangeLog 2013-03-12 12:09:56 UTC (rev 145528)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2013-03-12 12:11:58 UTC (rev 145529)
@@ -1,3 +1,17 @@
+2013-03-12 Alberto Garcia <[email protected]>
+
+ [BlackBerry] Fix visible_units.h includes
+ https://bugs.webkit.org/show_bug.cgi?id=112131
+
+ Reviewed by Carlos Garcia Campos.
+
+ This file was renamed to VisibleUnits.h in r144911.
+
+ * WebKitSupport/DOMSupport.cpp:
+ * WebKitSupport/InputHandler.cpp:
+ * WebKitSupport/SelectionHandler.cpp:
+ * WebKitSupport/SpellingHandler.cpp:
+
2013-03-11 Jochen Eisinger <[email protected]>
Rename DefinitelyProcessingUserGesture to DefinitelyProcessingNewUserGesture
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp (145528 => 145529)
--- trunk/Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp 2013-03-12 12:09:56 UTC (rev 145528)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp 2013-03-12 12:11:58 UTC (rev 145529)
@@ -35,9 +35,9 @@
#include "TextIterator.h"
#include "VisiblePosition.h"
#include "VisibleSelection.h"
+#include "VisibleUnits.h"
#include "htmlediting.h"
-#include "visible_units.h"
#include <limits>
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp (145528 => 145529)
--- trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp 2013-03-12 12:09:56 UTC (rev 145528)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp 2013-03-12 12:11:58 UTC (rev 145529)
@@ -61,11 +61,11 @@
#include "TextCheckerClient.h"
#include "TextIterator.h"
#include "VisiblePosition.h"
+#include "VisibleUnits.h"
#include "WebPageClient.h"
#include "WebPage_p.h"
#include "WebSettings.h"
#include "htmlediting.h"
-#include "visible_units.h"
#include <BlackBerryPlatformDeviceInfo.h>
#include <BlackBerryPlatformIMF.h>
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp (145528 => 145529)
--- trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp 2013-03-12 12:09:56 UTC (rev 145528)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp 2013-03-12 12:11:58 UTC (rev 145529)
@@ -32,11 +32,11 @@
#include "RenderLayer.h"
#include "SelectionOverlay.h"
#include "TouchEventHandler.h"
+#include "VisibleUnits.h"
#include "WebPageClient.h"
#include "WebPage_p.h"
#include "htmlediting.h"
-#include "visible_units.h"
#include <BlackBerryPlatformKeyboardEvent.h>
#include <BlackBerryPlatformLog.h>
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/SpellingHandler.cpp (145528 => 145529)
--- trunk/Source/WebKit/blackberry/WebKitSupport/SpellingHandler.cpp 2013-03-12 12:09:56 UTC (rev 145528)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/SpellingHandler.cpp 2013-03-12 12:11:58 UTC (rev 145529)
@@ -9,7 +9,7 @@
#include "InputHandler.h"
#include "Range.h"
#include "SpellChecker.h"
-#include "visible_units.h"
+#include "VisibleUnits.h"
#include <BlackBerryPlatformIMF.h>
#include <BlackBerryPlatformLog.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes