Title: [105846] trunk/Source/WebKit/chromium
Revision
105846
Author
[email protected]
Date
2012-01-24 21:17:25 -0800 (Tue, 24 Jan 2012)

Log Message

Unreviewed chromium test fix.

* src/js/Tests.js:
(.TestSuite.prototype._waitUntilScriptsAreParsed.waitForAllScripts):
(.TestSuite.prototype._waitUntilScriptsAreParsed):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (105845 => 105846)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-25 03:28:08 UTC (rev 105845)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-25 05:17:25 UTC (rev 105846)
@@ -1,3 +1,11 @@
+2012-01-24  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed chromium test fix.
+
+        * src/js/Tests.js:
+        (.TestSuite.prototype._waitUntilScriptsAreParsed.waitForAllScripts):
+        (.TestSuite.prototype._waitUntilScriptsAreParsed):
+
 2012-01-24  Vangelis Kokkevis  <[email protected]>
 
         Adding a test to verify that m_skipsDraw gets reset between frames for

Modified: trunk/Source/WebKit/chromium/src/js/Tests.js (105845 => 105846)


--- trunk/Source/WebKit/chromium/src/js/Tests.js	2012-01-25 03:28:08 UTC (rev 105845)
+++ trunk/Source/WebKit/chromium/src/js/Tests.js	2012-01-25 05:17:25 UTC (rev 105846)
@@ -744,7 +744,7 @@
         if (test._scriptsAreParsed(expectedScripts))
             callback();
         else
-            test.addSniffer(WebInspector.panels.scripts, "_addOptionToFilesSelect", waitForAllScripts);
+            test.addSniffer(WebInspector.panels.scripts, "_uiSourceCodeAdded", waitForAllScripts);
     }
 
     waitForAllScripts();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to