Title: [123585] trunk/Source/WebKit/chromium
Revision
123585
Author
[email protected]
Date
2012-07-25 01:00:53 -0700 (Wed, 25 Jul 2012)

Log Message

Unreviewed win build fix against r123569.

* tests/IDBAbortOnCorruptTest.cpp:
* tests/IDBDatabaseBackendTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (123584 => 123585)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-25 07:42:03 UTC (rev 123584)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-25 08:00:53 UTC (rev 123585)
@@ -1,3 +1,10 @@
+2012-07-25  MORITA Hajime  <[email protected]>
+
+        Unreviewed win build fix against r123569.
+
+        * tests/IDBAbortOnCorruptTest.cpp:
+        * tests/IDBDatabaseBackendTest.cpp:
+
 2012-07-24  Sheriff Bot  <[email protected]>
 
         Unreviewed.  Rolled DEPS.

Modified: trunk/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp (123584 => 123585)


--- trunk/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp	2012-07-25 07:42:03 UTC (rev 123584)
+++ trunk/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp	2012-07-25 08:00:53 UTC (rev 123585)
@@ -24,6 +24,7 @@
  */
 
 #include "config.h"
+#include "IDBCursorBackendInterface.h"
 #include "IDBFactoryBackendImpl.h"
 #include "IDBFakeBackingStore.h"
 #include "SecurityOrigin.h"

Modified: trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp (123584 => 123585)


--- trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp	2012-07-25 07:42:03 UTC (rev 123584)
+++ trunk/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp	2012-07-25 08:00:53 UTC (rev 123585)
@@ -25,6 +25,7 @@
 
 #include "config.h"
 #include "IDBBackingStore.h"
+#include "IDBCursorBackendInterface.h"
 #include "IDBDatabaseBackendImpl.h"
 #include "IDBFactoryBackendImpl.h"
 #include "IDBFakeBackingStore.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to