Title: [98319] trunk/Source/WebCore
Revision
98319
Author
[email protected]
Date
2011-10-24 21:49:18 -0700 (Mon, 24 Oct 2011)

Log Message

Include ThreadSafeRefCounted.h since the class declared in this header file
inherits from ThreadSafeRefCounted.

* storage/IDBIndexBackendInterface.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98318 => 98319)


--- trunk/Source/WebCore/ChangeLog	2011-10-25 04:33:38 UTC (rev 98318)
+++ trunk/Source/WebCore/ChangeLog	2011-10-25 04:49:18 UTC (rev 98319)
@@ -1,5 +1,12 @@
 2011-10-24  Ryosuke Niwa  <[email protected]>
 
+        Include ThreadSafeRefCounted.h since the class declared in this header file
+        inherits from ThreadSafeRefCounted.
+
+        * storage/IDBIndexBackendInterface.h:
+
+2011-10-24  Ryosuke Niwa  <[email protected]>
+
         Fix a typo.
 
         * bindings/v8/_javascript_CallFrame.h:

Modified: trunk/Source/WebCore/storage/IDBIndexBackendInterface.h (98318 => 98319)


--- trunk/Source/WebCore/storage/IDBIndexBackendInterface.h	2011-10-25 04:33:38 UTC (rev 98318)
+++ trunk/Source/WebCore/storage/IDBIndexBackendInterface.h	2011-10-25 04:49:18 UTC (rev 98319)
@@ -29,6 +29,7 @@
 #include "ExceptionCode.h"
 #include "PlatformString.h"
 #include <wtf/Forward.h>
+#include <wtf/ThreadSafeRefCounted.h>
 
 #if ENABLE(INDEXED_DATABASE)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to