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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html

Issue 1808533002: DevTools: wrap console evaluation with user gesture indicator for convenience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/console/console-save-to-temp-var.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
index 9cef1600fe500b4e266cf32f125f5de76f1762ec..5ade9da71a0914fc1771e24db9f89fb60a9475d6 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
@@ -47,7 +47,7 @@ function test()
InspectorTest.waitUntilNthMessageReceived(2, evaluateNext);
}
- WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate(expression, "console", true, undefined, undefined, undefined, didEvaluate);
+ WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate(expression, "console", true, undefined, undefined, undefined, undefined, didEvaluate);
}
function dumpConsoleMessages()

Powered by Google App Engine
This is Rietveld 408576698