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

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

Issue 9837116: DOM wrappers that are not retained from Dart should be collected. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 9 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/WebCore/bindings/dart/DartController.h
diff --git a/Source/WebCore/bindings/dart/DartController.h b/Source/WebCore/bindings/dart/DartController.h
index 5894177a505eb0f6f541b5a967926d600782894f..53d82d7439a591f46fa29281eacccfc2b1493982 100644
--- a/Source/WebCore/bindings/dart/DartController.h
+++ b/Source/WebCore/bindings/dart/DartController.h
@@ -80,7 +80,6 @@ private:
static void initVMIfNeeded();
static PassRefPtr<DartIsolate> createIsolate(Document*, PassRefPtr<DartApplicationLoader>);
- static void shutdownIsolate(DartIsolate* isolate);
static bool createPureIsolateCallback(const char* prefix, void*, char** errorMsg);
void installDartExtensions(v8::Handle<v8::Context>);
« no previous file with comments | « no previous file | Source/WebCore/bindings/dart/DartController.cpp » ('j') | Source/WebCore/bindings/dart/DartIsolate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698