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

Unified Diff: Source/bindings/dart/DartController.h

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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
Index: Source/bindings/dart/DartController.h
diff --git a/Source/bindings/dart/DartController.h b/Source/bindings/dart/DartController.h
index dd2af81d4e930a2af51f9ae7d2274391d2361760..e6a21b6aaddd4063004a465451883113719462a3 100644
--- a/Source/bindings/dart/DartController.h
+++ b/Source/bindings/dart/DartController.h
@@ -83,6 +83,8 @@ public:
static DartController* retrieve(Frame*);
static DartController* retrieve(ScriptExecutionContext*);
+ Dart_Isolate isolate() { return m_isolate; }
+
private:
static void initVMIfNeeded();
@@ -115,6 +117,7 @@ private:
friend class DartDomLoadCallback;
friend class DartScriptRunner;
+ friend class DartService;
};
}

Powered by Google App Engine
This is Rietveld 408576698