Title: [140129] trunk/Source/WebCore
Revision
140129
Author
yu...@chromium.org
Date
2013-01-18 04:56:54 -0800 (Fri, 18 Jan 2013)

Log Message

Unreviewed. Fix Qt minimal compilation after r140127

* inspector/InspectorInstrumentation.h:
(InspectorInstrumentationCookie):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140128 => 140129)


--- trunk/Source/WebCore/ChangeLog	2013-01-18 12:50:17 UTC (rev 140128)
+++ trunk/Source/WebCore/ChangeLog	2013-01-18 12:56:54 UTC (rev 140129)
@@ -1,5 +1,12 @@
 2013-01-18  Yury Semikhatsky  <yu...@chromium.org>
 
+        Unreviewed. Fix Qt minimal compilation after r140127
+
+        * inspector/InspectorInstrumentation.h:
+        (InspectorInstrumentationCookie):
+
+2013-01-18  Yury Semikhatsky  <yu...@chromium.org>
+
         Web Inspector: make sure InspectorInstrumentationCookie is invalidated if inspected page was destroyed
         https://bugs.webkit.org/show_bug.cgi?id=107232
 

Modified: trunk/Source/WebCore/inspector/InspectorInstrumentation.h (140128 => 140129)


--- trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-01-18 12:50:17 UTC (rev 140128)
+++ trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-01-18 12:56:54 UTC (rev 140129)
@@ -89,6 +89,7 @@
 #define FAST_RETURN_IF_NO_FRONTENDS(value) if (!hasFrontends()) return value;
 
 class InspectorInstrumentationCookie {
+#if ENABLE(INSPECTOR)
 public:
     InspectorInstrumentationCookie();
     InspectorInstrumentationCookie(InstrumentingAgents*, int);
@@ -104,6 +105,7 @@
 
     RefPtr<InstrumentingAgents> m_instrumentingAgents;
     int m_timelineAgentId;
+#endif
 };
 
 class InspectorInstrumentation {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to