| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index 4eb98d16bb66efdb6b1e9bce6452394d1cc2d3f4..ab822aeab09d0f8b1f6f12a821abee4dee0d390c 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -104,6 +104,7 @@ public:
|
| const String& expression,
|
| const int* executionContextId,
|
| RefPtr<TypeBuilder::Array<String> >& result) final;
|
| + OwnPtr<DartInspectorRuntimeAgent> m_dart;
|
| // End Dart specific Api
|
|
|
|
|
| @@ -129,10 +130,6 @@ private:
|
| RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| V8Debugger* m_debugger;
|
| Client* m_client;
|
| -
|
| - // Start Dart block.
|
| - OwnPtr<DartInspectorRuntimeAgent> m_dart;
|
| - // End Dart block.
|
| };
|
|
|
| } // namespace blink
|
|
|