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

Unified Diff: LayoutTests/inspector/console/console-eval-scoped-expected.txt

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-expected.txt
diff --git a/LayoutTests/inspector/console/console-eval-scoped-expected.txt b/LayoutTests/inspector/console/console-eval-scoped-expected.txt
index 384d8edd3ee516e68eb3320ea976c3b8af9452ef..2e01869d9fc903cc3187560fac25edcf66b85f95 100644
--- a/LayoutTests/inspector/console/console-eval-scoped-expected.txt
+++ b/LayoutTests/inspector/console/console-eval-scoped-expected.txt
@@ -41,7 +41,7 @@ Running: testConsoleEvalObject
name : "setter"
set : {
className : "Object"
- description : "function setter() { }"
+ description : "function setter(_) { }"
objectId : <string>
type : "function"
}

Powered by Google App Engine
This is Rietveld 408576698