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

Unified Diff: Source/core/inspector/InspectorRuntimeAgent.h

Issue 1669913003: Fix bug where Dart execution contexts were getting the wrong execution context id. (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 | « no previous file | Source/core/inspector/PageRuntimeAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/core/inspector/PageRuntimeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698