Title: [144761] trunk/Source/WebCore
Revision
144761
Author
ca...@chromium.org
Date
2013-03-05 08:06:19 -0800 (Tue, 05 Mar 2013)

Log Message

Unreviewed follow-up to r144756, fix broken inspector-less build.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144760 => 144761)


--- trunk/Source/WebCore/ChangeLog	2013-03-05 15:54:13 UTC (rev 144760)
+++ trunk/Source/WebCore/ChangeLog	2013-03-05 16:06:19 UTC (rev 144761)
@@ -1,3 +1,10 @@
+2013-03-05  Andrey Kosyakov  <ca...@chromium.org>
+
+        Unreviewed follow-up to r144756, fix broken inspector-less build.
+
+        * inspector/InspectorInstrumentation.h:
+        (WebCore::InspectorInstrumentation::willWriteHTML):
+
 2013-03-05  Mark Lam  <mark....@apple.com>
 
         Improve robustness of WebSQL quota management.

Modified: trunk/Source/WebCore/inspector/InspectorInstrumentation.h (144760 => 144761)


--- trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-03-05 15:54:13 UTC (rev 144760)
+++ trunk/Source/WebCore/inspector/InspectorInstrumentation.h	2013-03-05 16:06:19 UTC (rev 144761)
@@ -1745,7 +1745,6 @@
         return willWriteHTMLImpl(instrumentingAgents, startLine, document->frame());
 #else
     UNUSED_PARAM(document);
-    UNUSED_PARAM(length);
     UNUSED_PARAM(startLine);
 #endif
     return InspectorInstrumentationCookie();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to