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

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

Issue 1667603002: Fix compile errors from merge of all dartium changes over the past 4 months. (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 1afdf3c5d7386b5cf4782e249582d35d94f10f19..a940acb9f239f67cbb14235febf340e5f5a28894 100644
--- a/Source/bindings/core/dart/DartController.h
+++ b/Source/bindings/core/dart/DartController.h
@@ -104,7 +104,7 @@ private:
void scheduleScriptExecution(const String&, Dart_Isolate, PassRefPtr<DartScriptInfo>);
void loadAndRunScript(const String&, Dart_Isolate, PassRefPtr<DartScriptInfo>);
static void shutdownIsolateCallback(void* data);
- static Dart_Isolate createPureIsolateCallback(const char* prefix, const char* main, const char* packageRoot, const char** packageMap, Dart_IsolateFlags*, void* callbackData, char** errorMsg);
+ static Dart_Isolate createPureIsolateCallback(const char* scriptURL, const char* entryPoint, const char* packageRoot, const char* packageConfig, Dart_IsolateFlags*, void* data, char** errorMsg);
static void weakCallback(void* isolateCallbackData, Dart_WeakPersistentHandle, void* peer);
« 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