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

Unified Diff: LayoutTests/inspector/console/console-eval-scoped.html

Issue 339363002: Fix invalid syntax for JS setters in tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: LayoutTests/inspector/console/console-eval-scoped.html
diff --git a/LayoutTests/inspector/console/console-eval-scoped.html b/LayoutTests/inspector/console/console-eval-scoped.html
index 92a9863ca075bdcd7970cd7b50f6850b9aa0f4f2..02f18312b65a565786e7103a0659af9f36e52064 100644
--- a/LayoutTests/inspector/console/console-eval-scoped.html
+++ b/LayoutTests/inspector/console/console-eval-scoped.html
@@ -20,7 +20,7 @@ Object.prototype.undefValue = undefined;
var foo = "bar";
var testObj = {
get getter() { },
- set setter() { },
+ set setter(_) { },
baz: "baz"
};

Powered by Google App Engine
This is Rietveld 408576698