Title: [158432] trunk/Source/WebCore
Revision
158432
Author
par...@webkit.org
Date
2013-11-01 05:48:51 -0700 (Fri, 01 Nov 2013)

Log Message

Buildfix for !ENABLE(INSPECTOR) after 157288.

* inspector/InspectorInstrumentation.h:
(WebCore::InspectorInstrumentation::willDispatchEvent):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158431 => 158432)


--- trunk/Source/WebCore/ChangeLog	2013-11-01 12:43:04 UTC (rev 158431)
+++ trunk/Source/WebCore/ChangeLog	2013-11-01 12:48:51 UTC (rev 158432)
@@ -1,3 +1,10 @@
+2013-11-01  Patrick Gansterer  <par...@webkit.org>
+
+        Buildfix for !ENABLE(INSPECTOR) after 157288.
+
+        * inspector/InspectorInstrumentation.h:
+        (WebCore::InspectorInstrumentation::willDispatchEvent):
+
 2013-11-01  Mario Sanchez Prada  <mario.pr...@samsung.com>
 
         [ATK] Avoid explicit traversal of text controls and the render tree in AtkText implementation

Modified: trunk/Source/WebCore/inspector/InspectorInstrumentation.h (158431 => 158432)


--- trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-11-01 12:43:04 UTC (rev 158431)
+++ trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-11-01 12:48:51 UTC (rev 158432)
@@ -921,8 +921,7 @@
 #else
     UNUSED_PARAM(document);
     UNUSED_PARAM(event);
-    UNUSED_PARAM(window);
-    UNUSED_PARAM(node);
+    UNUSED_PARAM(hasEventListeners);
 #endif
     return InspectorInstrumentationCookie();
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to