Title: [111396] trunk/Source/WebKit
- Revision
- 111396
- Author
- [email protected]
- Date
- 2012-03-20 08:03:33 -0700 (Tue, 20 Mar 2012)
Log Message
[BlackBerry] Remove OutOfMemoryHandler from the build system
https://bugs.webkit.org/show_bug.cgi?id=81649
Remove OutOfMemoryHandler, and change GLES2Context to WebKitSupport,
in the build system for BlackBerry porting.
Reviewed by Rob Buis.
* PlatformBlackBerry.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (111395 => 111396)
--- trunk/Source/WebKit/ChangeLog 2012-03-20 14:51:58 UTC (rev 111395)
+++ trunk/Source/WebKit/ChangeLog 2012-03-20 15:03:33 UTC (rev 111396)
@@ -1,3 +1,15 @@
+2012-03-20 Charles Wei <[email protected]>
+
+ [BlackBerry] Remove OutOfMemoryHandler from the build system
+ https://bugs.webkit.org/show_bug.cgi?id=81649
+
+ Remove OutOfMemoryHandler, and change GLES2Context to WebKitSupport,
+ in the build system for BlackBerry porting.
+
+ Reviewed by Rob Buis.
+
+ * PlatformBlackBerry.cmake:
+
2012-03-16 Kihong Kwon <[email protected]>
Support for Battery Status API
Modified: trunk/Source/WebKit/PlatformBlackBerry.cmake (111395 => 111396)
--- trunk/Source/WebKit/PlatformBlackBerry.cmake 2012-03-20 14:51:58 UTC (rev 111395)
+++ trunk/Source/WebKit/PlatformBlackBerry.cmake 2012-03-20 15:03:33 UTC (rev 111396)
@@ -72,7 +72,6 @@
blackberry/WebKitSupport/FrameLayers.cpp
blackberry/WebKitSupport/InPageSearchManager.cpp
blackberry/WebKitSupport/InputHandler.cpp
- blackberry/WebKitSupport/OutOfMemoryHandler.cpp
blackberry/WebKitSupport/RenderQueue.cpp
blackberry/WebKitSupport/SelectionHandler.cpp
blackberry/WebKitSupport/SurfacePool.cpp
@@ -149,7 +148,7 @@
IF (WTF_USE_ACCELERATED_COMPOSITING)
LIST(APPEND WebKit_SOURCES
- blackberry/WebCoreSupport/GLES2Context.cpp
+ blackberry/WebKitSupport/GLES2Context.cpp
)
LIST(APPEND WebKit_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/gles2"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes