| Index: third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp b/third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp
|
| index a287c96f17975100a883290ca524e507fb760f27..c8de6173e94f501fabc05d90c449cdbb6ccfb970 100644
|
| --- a/third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp
|
| @@ -927,7 +927,7 @@ void DartInspectorDebuggerAgent::didParseSource(const String& scriptId, const Sc
|
|
|
| bool* hasSourceURLParam = hasSourceURL ? &hasSourceURL : 0;
|
| RELEASE_ASSERT(frontend());
|
| - if (!success)
|
| + if (success)
|
| frontend()->scriptParsed(
|
| scriptId,
|
| scriptURL,
|
|
|