Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html

Issue 2234983002: [DevTools] Removed wasThrown from evaluate-like protocol methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
index 4b3ee1d82293fcbf38dc07e343a403304fe32621..e10a6951402e6842e178b0364979d465dc95e3c7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
@@ -31,7 +31,7 @@ function test()
{
InspectorTest.RuntimeAgent.evaluate("window.didReopen", dispatch);
- function dispatch(error, result, wasThrown)
+ function dispatch(error, result, exceptionDetails)
{
if (result.type !== "number") {
InspectorTest.evaluateInPage("console.log('Opening front-end for the first time')");
@@ -50,7 +50,7 @@ function test()
function runTests(callback)
{
InspectorTest.selectNodeAndWaitForStyles("inner", step2);
-
+
function step2()
{
InspectorTest.dumpSelectedElementStyles(true);

Powered by Google App Engine
This is Rietveld 408576698