Title: [97266] trunk/Source/WebKit/chromium
Revision
97266
Author
[email protected]
Date
2011-10-12 09:07:26 -0700 (Wed, 12 Oct 2011)

Log Message

[Chromium] Web Inspector: testPauseWhenLoadingDevTools is broken
https://bugs.webkit.org/show_bug.cgi?id=69934

Reviewed by Pavel Feldman.

* src/js/Tests.js:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (97265 => 97266)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-12 15:54:12 UTC (rev 97265)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-12 16:07:26 UTC (rev 97266)
@@ -1,3 +1,12 @@
+2011-10-12  Yury Semikhatsky  <[email protected]>
+
+        [Chromium] Web Inspector: testPauseWhenLoadingDevTools is broken
+        https://bugs.webkit.org/show_bug.cgi?id=69934
+
+        Reviewed by Pavel Feldman.
+
+        * src/js/Tests.js:
+
 2011-10-12  Cary Clark  <[email protected]>
 
         [Chromium] Prevent fallback fonts from purging while measuring

Modified: trunk/Source/WebKit/chromium/src/js/Tests.js (97265 => 97266)


--- trunk/Source/WebKit/chromium/src/js/Tests.js	2011-10-12 15:54:12 UTC (rev 97265)
+++ trunk/Source/WebKit/chromium/src/js/Tests.js	2011-10-12 16:07:26 UTC (rev 97266)
@@ -366,7 +366,7 @@
     // Script execution can already be paused.
     if (WebInspector.currentPanel().paused) {
         var callFrame = WebInspector.currentPanel()._presentationModel.selectedCallFrame;
-        this.assertEquals(expectations.functionsOnStack[0], callFrame.functionName);
+        this.assertEquals(expectations.functionsOnStack[0], callFrame._callFrame.functionName);
         var callbackInvoked = false;
         this._checkSourceFrameWhenLoaded(expectations, function() {
                 callbackInvoked = true;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to