Title: [109911] trunk/Source/WebKit
Revision
109911
Author
[email protected]
Date
2012-03-06 05:37:44 -0800 (Tue, 06 Mar 2012)

Log Message

[EFL] Unreviewed; fix the build after r109877.

* CMakeLists.txt: Add WebCore/Modules/webdatabase to the list of
include directories so that #include'ing DatabaseDetails.h and
friends still works.

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (109910 => 109911)


--- trunk/Source/WebKit/CMakeLists.txt	2012-03-06 13:32:48 UTC (rev 109910)
+++ trunk/Source/WebKit/CMakeLists.txt	2012-03-06 13:37:44 UTC (rev 109911)
@@ -1,6 +1,7 @@
 SET(WebKit_INCLUDE_DIRECTORIES
     "${WEBKIT_DIR}"
     "${WEBCORE_DIR}"
+    "${WEBCORE_DIR}/Modules/webdatabase"
     "${WEBCORE_DIR}/accessibility"
     "${WEBCORE_DIR}/bindings/js"
     "${WEBCORE_DIR}/bindings"

Modified: trunk/Source/WebKit/ChangeLog (109910 => 109911)


--- trunk/Source/WebKit/ChangeLog	2012-03-06 13:32:48 UTC (rev 109910)
+++ trunk/Source/WebKit/ChangeLog	2012-03-06 13:37:44 UTC (rev 109911)
@@ -1,3 +1,11 @@
+2012-03-06  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Unreviewed; fix the build after r109877.
+
+        * CMakeLists.txt: Add WebCore/Modules/webdatabase to the list of
+        include directories so that #include'ing DatabaseDetails.h and
+        friends still works.
+
 2012-03-04  Jonathan Dong  <[email protected]>
 
         [BlackBerry] upstream CredentialManager and CredentialTransformData implementation
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to