Title: [200704] trunk/Source/WebCore
Revision
200704
Author
cdu...@apple.com
Date
2016-05-11 14:15:41 -0700 (Wed, 11 May 2016)

Log Message

Unreviewed attempt to fix the Windows build after r200699.

* bindings/js/JSIDBObjectStoreCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (200703 => 200704)


--- trunk/Source/WebCore/ChangeLog	2016-05-11 21:07:18 UTC (rev 200703)
+++ trunk/Source/WebCore/ChangeLog	2016-05-11 21:15:41 UTC (rev 200704)
@@ -1,3 +1,9 @@
+2016-05-11  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed attempt to fix the Windows build after r200699.
+
+        * bindings/js/JSIDBObjectStoreCustom.cpp:
+
 2016-05-11  Ryosuke Niwa  <rn...@webkit.org>
 
         iOS build fix attempt after r200700.

Modified: trunk/Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp (200703 => 200704)


--- trunk/Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp	2016-05-11 21:07:18 UTC (rev 200703)
+++ trunk/Source/WebCore/bindings/js/JSIDBObjectStoreCustom.cpp	2016-05-11 21:15:41 UTC (rev 200704)
@@ -29,6 +29,7 @@
 
 #if ENABLE(INDEXED_DATABASE)
 
+#include "JSDOMBinding.h"
 #include "JSIDBObjectStore.h"
 
 using namespace JSC;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to