Title: [90154] trunk/Source/WebCore
Revision
90154
Author
[email protected]
Date
2011-06-30 13:17:38 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Patrick Gansterer  <[email protected]>

        Unreviewed build fix for !ENABLE(DATABASE) after r84789.

        * bindings/js/JSDOMBinding.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90153 => 90154)


--- trunk/Source/WebCore/ChangeLog	2011-06-30 20:03:33 UTC (rev 90153)
+++ trunk/Source/WebCore/ChangeLog	2011-06-30 20:17:38 UTC (rev 90154)
@@ -1,3 +1,9 @@
+2011-06-30  Patrick Gansterer  <[email protected]>
+
+        Unreviewed build fix for !ENABLE(DATABASE) after r84789.
+
+        * bindings/js/JSDOMBinding.cpp:
+
 2011-06-30  Anders Carlsson  <[email protected]>
 
         Reviewed by Dan Bernstein.

Modified: trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp (90153 => 90154)


--- trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp	2011-06-30 20:03:33 UTC (rev 90153)
+++ trunk/Source/WebCore/bindings/js/JSDOMBinding.cpp	2011-06-30 20:17:38 UTC (rev 90154)
@@ -38,7 +38,9 @@
 #include "JSOperationNotAllowedException.h"
 #endif
 #include "JSRangeException.h"
+#if ENABLE(DATABASE)
 #include "JSSQLException.h"
+#endif
 #if ENABLE(SVG)
 #include "JSSVGException.h"
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to