Title: [92601] trunk/LayoutTests
Revision
92601
Author
[email protected]
Date
2011-08-08 09:27:17 -0700 (Mon, 08 Aug 2011)

Log Message

2011-08-08  Pavel Podivilov  <[email protected]>

        Web Inspector: unreviewed, build fix for r92598.

        * inspector/debugger/script-formatter.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92600 => 92601)


--- trunk/LayoutTests/ChangeLog	2011-08-08 16:26:08 UTC (rev 92600)
+++ trunk/LayoutTests/ChangeLog	2011-08-08 16:27:17 UTC (rev 92601)
@@ -1,3 +1,9 @@
+2011-08-08  Pavel Podivilov  <[email protected]>
+
+        Web Inspector: unreviewed, build fix for r92598.
+
+        * inspector/debugger/script-formatter.html:
+
 2011-08-08  Andrei Popescu  <[email protected]>
 
         svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky

Modified: trunk/LayoutTests/inspector/debugger/script-formatter.html (92600 => 92601)


--- trunk/LayoutTests/inspector/debugger/script-formatter.html	2011-08-08 16:26:08 UTC (rev 92600)
+++ trunk/LayoutTests/inspector/debugger/script-formatter.html	2011-08-08 16:27:17 UTC (rev 92601)
@@ -185,11 +185,11 @@
             function didEvaluate()
             {
                 dumpConsoleMessageURLs();
-                InspectorTest.addSniffer(panel, "formatAnchorText", InspectorTest.runAfterPendingDispatches.bind(InspectorTest, didFormatAnchorText));
+                InspectorTest.addSniffer(WebInspector, "formatLinkText", InspectorTest.runAfterPendingDispatches.bind(InspectorTest, didFormatLinkText));
                 panel._toggleFormatSourceFiles();
             }
 
-            function didFormatAnchorText()
+            function didFormatLinkText()
             {
                 dumpConsoleMessageURLs();
                 next();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to