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

Unified Diff: Source/bindings/v8/WorkerScriptController.h

Issue 218953002: Oilpan: IDBCursor should be detached from IDBRequest when the IDBRequest stops (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/bindings/v8/WorkerScriptController.h
diff --git a/Source/bindings/v8/WorkerScriptController.h b/Source/bindings/v8/WorkerScriptController.h
index 5b46cf9ed7c84d6496075c5ef5d121018d0c3ad3..91c5217959012a67d049a8746ab7ce65026c399d 100644
--- a/Source/bindings/v8/WorkerScriptController.h
+++ b/Source/bindings/v8/WorkerScriptController.h
@@ -66,6 +66,8 @@ namespace WebCore {
explicit WorkerScriptController(WorkerGlobalScope&);
~WorkerScriptController();
+ void dispose();
+
WorkerGlobalScope& workerGlobalScope() { return m_workerGlobalScope; }
void evaluate(const ScriptSourceCode&, RefPtr<ErrorEvent>* = 0);
« no previous file with comments | « no previous file | Source/bindings/v8/WorkerScriptController.cpp » ('j') | Source/core/workers/WorkerGlobalScope.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698