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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/resolve-node-blocked.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/inspector/elements/resolve-node-blocked.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/resolve-node-blocked.html b/third_party/WebKit/LayoutTests/inspector/elements/resolve-node-blocked.html
index bc0f0f690b43ecffc401d5ff88d8ef82cbfedc65..c6845672ce5e09c42ed54df845d462fe8c34b53f 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/resolve-node-blocked.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/resolve-node-blocked.html
@@ -7,7 +7,7 @@
function test()
{
InspectorTest.evaluateInPage("document", didReceiveDocumentObject);
- function didReceiveDocumentObject(remoteObject, wasThrown)
+ function didReceiveDocumentObject(remoteObject)
{
InspectorTest.addResult("didReceiveDocumentObject");
InspectorTest.DOMAgent.requestNode(remoteObject.objectId, didRequestNode);

Powered by Google App Engine
This is Rietveld 408576698