Title: [111533] trunk/Source/WebCore
Revision
111533
Author
[email protected]
Date
2012-03-21 06:38:07 -0700 (Wed, 21 Mar 2012)

Log Message

Unreviewed build fix for r111529.

* inspector/InjectedScriptHost.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (111532 => 111533)


--- trunk/Source/WebCore/ChangeLog	2012-03-21 13:36:18 UTC (rev 111532)
+++ trunk/Source/WebCore/ChangeLog	2012-03-21 13:38:07 UTC (rev 111533)
@@ -1,3 +1,10 @@
+2012-03-21  Andrey Kosyakov  <[email protected]>
+
+        Unreviewed build fix for r111529.
+
+        * inspector/InjectedScriptHost.h:
+        (WebCore):
+
 2012-03-21  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r111497, r111506, r111508, and

Modified: trunk/Source/WebCore/inspector/InjectedScriptHost.h (111532 => 111533)


--- trunk/Source/WebCore/inspector/InjectedScriptHost.h	2012-03-21 13:36:18 UTC (rev 111532)
+++ trunk/Source/WebCore/inspector/InjectedScriptHost.h	2012-03-21 13:38:07 UTC (rev 111533)
@@ -39,7 +39,6 @@
 namespace WebCore {
 
 class Database;
-class EventListenerInfo;
 class InjectedScript;
 class InspectorAgent;
 class InspectorConsoleAgent;
@@ -54,6 +53,8 @@
 class ScriptValue;
 class Storage;
 
+struct EventListenerInfo;
+
 class InjectedScriptHost : public RefCounted<InjectedScriptHost> {
 public:
     static PassRefPtr<InjectedScriptHost> create();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to