Title: [142124] trunk/Source/WebCore
Revision
142124
Author
[email protected]
Date
2013-02-07 07:56:18 -0800 (Thu, 07 Feb 2013)

Log Message

Remove #if USE(V8) from IDBRequest.h
https://bugs.webkit.org/show_bug.cgi?id=109163

Reviewed by Andreas Kling.

The header included inside the #if USE(V8) macro is not used.
We can simply remove it.

No tests. No change in behavior.

* Modules/indexeddb/IDBRequest.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (142123 => 142124)


--- trunk/Source/WebCore/ChangeLog	2013-02-07 15:53:50 UTC (rev 142123)
+++ trunk/Source/WebCore/ChangeLog	2013-02-07 15:56:18 UTC (rev 142124)
@@ -1,3 +1,17 @@
+2013-02-07  Kentaro Hara  <[email protected]>
+
+        Remove #if USE(V8) from IDBRequest.h
+        https://bugs.webkit.org/show_bug.cgi?id=109163
+
+        Reviewed by Andreas Kling.
+
+        The header included inside the #if USE(V8) macro is not used.
+        We can simply remove it.
+
+        No tests. No change in behavior.
+
+        * Modules/indexeddb/IDBRequest.h:
+
 2013-02-07  Stephen Chenney  <[email protected]>
 
         GraphicsContext::drawImageBuffer is inefficient

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h (142123 => 142124)


--- trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h	2013-02-07 15:53:50 UTC (rev 142123)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h	2013-02-07 15:56:18 UTC (rev 142124)
@@ -44,9 +44,6 @@
 #include "IDBCursor.h"
 #include "IDBCursorBackendInterface.h"
 #include "ScriptWrappable.h"
-#if USE(V8)
-#include "WorldContextHandle.h"
-#endif
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to