Title: [133223] trunk/Source/WebCore
Revision
133223
Author
senorbla...@chromium.org
Date
2012-11-01 13:50:43 -0700 (Thu, 01 Nov 2012)

Log Message

IndexedDB: Fix Windows build by re-adding a #include
https://bugs.webkit.org/show_bug.cgi?id=100986

Patch by Alec Flett <alecfl...@chromium.org> on 2012-11-01
Reviewed by Stephen White.

Fix #include that broke windows.

* Modules/indexeddb/IDBCallbacks.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (133222 => 133223)


--- trunk/Source/WebCore/ChangeLog	2012-11-01 20:49:06 UTC (rev 133222)
+++ trunk/Source/WebCore/ChangeLog	2012-11-01 20:50:43 UTC (rev 133223)
@@ -1,3 +1,14 @@
+2012-11-01  Alec Flett  <alecfl...@chromium.org>
+
+        IndexedDB: Fix Windows build by re-adding a #include
+        https://bugs.webkit.org/show_bug.cgi?id=100986
+
+        Reviewed by Stephen White.
+
+        Fix #include that broke windows.
+
+        * Modules/indexeddb/IDBCallbacks.h:
+
 2012-11-01  David Barton  <dbar...@mathscribe.com>
 
         REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCallbacks.h (133222 => 133223)


--- trunk/Source/WebCore/Modules/indexeddb/IDBCallbacks.h	2012-11-01 20:49:06 UTC (rev 133222)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCallbacks.h	2012-11-01 20:50:43 UTC (rev 133223)
@@ -29,6 +29,7 @@
 #ifndef IDBCallbacks_h
 #define IDBCallbacks_h
 
+#include "DOMStringList.h"
 #include "IDBDatabaseBackendInterface.h"
 #include "IDBDatabaseError.h"
 #include "IDBKey.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to