Title: [108078] trunk/Source/WebCore
Revision
108078
Author
pfeld...@chromium.org
Date
2012-02-17 08:39:08 -0800 (Fri, 17 Feb 2012)

Log Message

2012-02-17  Pavel Feldman  <pfeld...@google.com>

        Not reviewed: Qt minimal build fix.

        * inspector/InjectedScript.h:
        (WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108077 => 108078)


--- trunk/Source/WebCore/ChangeLog	2012-02-17 16:25:15 UTC (rev 108077)
+++ trunk/Source/WebCore/ChangeLog	2012-02-17 16:39:08 UTC (rev 108078)
@@ -1,3 +1,10 @@
+2012-02-17  Pavel Feldman  <pfeld...@google.com>
+
+        Not reviewed: Qt minimal build fix.
+
+        * inspector/InjectedScript.h:
+        (WebCore):
+
 2012-02-17  Peter Rybin  <peter.ry...@gmail.com>
 
         Web Inspector: Switch Debugger agent to TypeBuilder

Modified: trunk/Source/WebCore/inspector/InjectedScript.h (108077 => 108078)


--- trunk/Source/WebCore/inspector/InjectedScript.h	2012-02-17 16:25:15 UTC (rev 108077)
+++ trunk/Source/WebCore/inspector/InjectedScript.h	2012-02-17 16:39:08 UTC (rev 108078)
@@ -49,6 +49,8 @@
 
 typedef String ErrorString;
 
+#if ENABLE(INSPECTOR)
+
 class InjectedScript {
 public:
     InjectedScript();
@@ -110,6 +112,8 @@
     InspectedStateAccessCheck m_inspectedStateAccessCheck;
 };
 
+#endif
+
 } // namespace WebCore
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to