Title: [129027] trunk/Source/WebCore
Revision
129027
Author
[email protected]
Date
2012-09-19 11:56:31 -0700 (Wed, 19 Sep 2012)

Log Message

[Chromium] Remove unused PlatformSupport reference in V8DOMWindowShell
https://bugs.webkit.org/show_bug.cgi?id=97117

Reviewed by Ryosuke Niwa.

Part of a refactoring series. See tracking bug 82948.

* bindings/v8/V8DOMWindowShell.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (129026 => 129027)


--- trunk/Source/WebCore/ChangeLog	2012-09-19 18:52:18 UTC (rev 129026)
+++ trunk/Source/WebCore/ChangeLog	2012-09-19 18:56:31 UTC (rev 129027)
@@ -1,3 +1,14 @@
+2012-09-19  Mark Pilgrim  <[email protected]>
+
+        [Chromium] Remove unused PlatformSupport reference in V8DOMWindowShell
+        https://bugs.webkit.org/show_bug.cgi?id=97117
+
+        Reviewed by Ryosuke Niwa.
+
+        Part of a refactoring series. See tracking bug 82948.
+
+        * bindings/v8/V8DOMWindowShell.cpp:
+
 2012-09-19  Kentaro Hara  <[email protected]>
 
         [V8] Remove WorkerContextExecutionProxy::runScript()

Modified: trunk/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp (129026 => 129027)


--- trunk/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp	2012-09-19 18:52:18 UTC (rev 129026)
+++ trunk/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp	2012-09-19 18:56:31 UTC (rev 129027)
@@ -41,7 +41,6 @@
 #include "MemoryUsageSupport.h"
 #include "Page.h"
 #include "PageGroup.h"
-#include "PlatformSupport.h"
 #include "RuntimeEnabledFeatures.h"
 #include "ScriptCallStack.h"
 #include "ScriptCallStackFactory.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to