Title: [161614] trunk/Source/WebCore
Revision
161614
Author
joep...@webkit.org
Date
2014-01-09 18:02:45 -0800 (Thu, 09 Jan 2014)

Log Message

Revert r161611, incorrect fix, will fix better.

* bindings/js/ScriptGlobalObject.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161613 => 161614)


--- trunk/Source/WebCore/ChangeLog	2014-01-10 01:57:54 UTC (rev 161613)
+++ trunk/Source/WebCore/ChangeLog	2014-01-10 02:02:45 UTC (rev 161614)
@@ -1,3 +1,9 @@
+2014-01-09  Joseph Pecoraro  <pecor...@apple.com>
+
+        Revert r161611, incorrect fix, will fix better.
+
+        * bindings/js/ScriptGlobalObject.h:
+
 2014-01-09  Jer Noble  <jer.no...@apple.com>
 
         [Mac] Scrubbing performance of HD content with software decoding is poor.

Modified: trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h (161613 => 161614)


--- trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h	2014-01-10 01:57:54 UTC (rev 161613)
+++ trunk/Source/WebCore/bindings/js/ScriptGlobalObject.h	2014-01-10 02:02:45 UTC (rev 161614)
@@ -41,6 +41,7 @@
 
 namespace WebCore {
 
+class InjectedScriptHost;
 class InspectorFrontendHost;
 class MediaControlsHost;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to