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

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

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « Source/bindings/core/dart/DartApplicationLoader.cpp ('k') | Source/bindings/core/dart/DartController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartController.h
diff --git a/Source/bindings/core/dart/DartController.h b/Source/bindings/core/dart/DartController.h
index e541f7e146d64539fc18cffab9ba9ab1310d6ecc..1afdf3c5d7386b5cf4782e249582d35d94f10f19 100644
--- a/Source/bindings/core/dart/DartController.h
+++ b/Source/bindings/core/dart/DartController.h
@@ -89,14 +89,15 @@ public:
void spawnDomUri(const String& uri);
void spawnHelperDomIsolate(const String& libraryUrl, const String& entryPoint, DartDOMData* parentDOMData, Dart_Port replyTo);
+ static Dart_Isolate createIsolate(const char* scriptURL, const char* entryPoint, const char* packageRoot, Dart_IsolateFlags*,
+ Document*, bool isDOMEnabled, char** errorMessage);
+
private:
const char* ExpirationMessage = "This version of Dartium has expired.\n\n"
"Please download the latest version at https://www.dartlang.org/tools/dartium";
- static void initVMIfNeeded();
+ static void initVMIfNeeded(bool checked, Document*);
- static Dart_Isolate createIsolate(const char* scriptURL, const char* entryPoint, const char* packageRoot, Dart_IsolateFlags*,
- Document*, bool isDOMEnabled, bool isDebuggerEnabled, char** errorMessage);
void shutdownIsolate(Dart_Isolate);
Dart_Isolate createDOMEnabledIsolate(const String& scriptURL, const String& entryPoint, const char* packageRoot, Document*);
« no previous file with comments | « Source/bindings/core/dart/DartApplicationLoader.cpp ('k') | Source/bindings/core/dart/DartController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698