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

Unified Diff: Source/bindings/core/dart/DartInjectedScript.cpp

Issue 1677703002: Fix last remaining failing dart inspector layout test. Simplify scope-variables.html to not reach i… (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartInjectedScript.cpp
diff --git a/Source/bindings/core/dart/DartInjectedScript.cpp b/Source/bindings/core/dart/DartInjectedScript.cpp
index 750f2aa48d03303f4684ae471cc9e91a983079a6..1bd0cf294146a7c75b9cf3213dc9c5c5e111adc3 100644
--- a/Source/bindings/core/dart/DartInjectedScript.cpp
+++ b/Source/bindings/core/dart/DartInjectedScript.cpp
@@ -894,7 +894,7 @@ void DartInjectedScript::getFunctionDetails(ErrorString* errorString, const Stri
locationJson->setColumnNumber(column);
*result = FunctionDetails::create()
- .setIsGenerator(true)
+ .setIsGenerator(false)
.setFunctionName(DartUtilities::toString(name))
.release();
(*result)->setLocation(locationJson);
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698