[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
pfeldman at chromium.org
pfeldman at chromium.org
Wed Mar 17 18:17:14 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit c925eca1a21a872e822bd6773d7fc3e7c7707e6c
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 4 19:03:21 2010 +0000
2010-03-04 Pavel Feldman <pfeldman at chromium.org>
Not reviewed: chromium tests fix.
* src/js/Tests.js:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55538 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 22d7cc7..adf96b9 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-04 Pavel Feldman <pfeldman at chromium.org>
+
+ Not reviewed: chromium tests fix.
+
+ * src/js/Tests.js:
+
2010-03-03 Pavel Feldman <pfeldman at chromium.org>
Reviewed by Timothy Hatcher.
diff --git a/WebKit/chromium/src/js/Tests.js b/WebKit/chromium/src/js/Tests.js
index c157fdf..cc21434 100644
--- a/WebKit/chromium/src/js/Tests.js
+++ b/WebKit/chromium/src/js/Tests.js
@@ -635,12 +635,12 @@ TestSuite.prototype.testPauseOnException = function()
// TODO(yurys): remove else branch once the states are supported.
if (WebInspector.ScriptsPanel.PauseOnExceptionsState) {
- while (WebInspector.currentPanel.pauseOnExceptionButton.state !== WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnUncaughtExceptions)
- WebInspector.currentPanel.pauseOnExceptionButton.element.click();
+ while (WebInspector.currentPanel._pauseOnExceptionButton.state !== WebInspector.ScriptsPanel.PauseOnExceptionsState.PauseOnUncaughtExceptions)
+ WebInspector.currentPanel._pauseOnExceptionButton.element.click();
} else {
// Make sure pause on exceptions is on.
- if (!WebInspector.currentPanel.pauseOnExceptionButton.toggled)
- WebInspector.currentPanel.pauseOnExceptionButton.element.click();
+ if (!WebInspector.currentPanel._pauseOnExceptionButton.toggled)
+ WebInspector.currentPanel._pauseOnExceptionButton.element.click();
}
this._executeCodeWhenScriptsAreParsed("handleClick()", ["pause_on_exception.html"]);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list