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

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

Issue 1653163002: Dart snapshot runs & and few other misc things. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « no previous file | Source/bindings/core/dart/DartUtilities.cpp » ('j') | 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 4ebaba74f73bfc6a4ff60008f552c4ac95fc679e..68e2416649ec50d7a0a5c09f6466378fa510931a 100644
--- a/Source/bindings/core/dart/DartInjectedScript.cpp
+++ b/Source/bindings/core/dart/DartInjectedScript.cpp
@@ -843,7 +843,7 @@ void DartInjectedScript::getFunctionDetails(ErrorString* errorString, const Stri
.setLineNumber(0);
*result = FunctionDetails::create()
- .setIsGenerator(true)
+ .setIsGenerator(false)
.setFunctionName("DartClosure")
.release();
(*result)->setLocation(locationJson);
« no previous file with comments | « no previous file | Source/bindings/core/dart/DartUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698