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

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

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: Created 6 years, 7 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
Index: Source/bindings/dart/DartController.h
diff --git a/Source/bindings/dart/DartController.h b/Source/bindings/dart/DartController.h
index 2634e21f921b7d9a23e5050f34b99b809a62f2fa..e6ad9607756323776406cddea3c0fdf725b7caef 100644
--- a/Source/bindings/dart/DartController.h
+++ b/Source/bindings/dart/DartController.h
@@ -93,7 +93,7 @@ private:
static void initVMIfNeeded();
static Dart_Isolate createIsolate(const char* scriptURL, const char* entryPoint, Document*, bool isDOMEnabled, bool isDebuggerEnabled, char** errorMessage);
- static void shutdownIsolate(Dart_Isolate);
+ void shutdownIsolate(Dart_Isolate);
Dart_Isolate createDOMEnabledIsolate(const String& scriptURL, const String& entryPoint, Document*);
void scheduleScriptExecution(const String&, Dart_Isolate, PassRefPtr<DartAsyncLoader>, PassRefPtr<DartScriptInfo>);

Powered by Google App Engine
This is Rietveld 408576698