| 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);
|
|
|