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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl

Issue 1970003004: Worker: Move close() from WorkerGlobalScope to derived interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add const Created 4 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: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
index abc4aaf858c673c2300c84a9cdf5d688979b1793..f8c2a51c7302cee4a28deae1e4d7461c04bffba5 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
@@ -36,5 +36,8 @@
] interface SharedWorkerGlobalScope : WorkerGlobalScope {
readonly attribute DOMString name;
// TODO(philipj): readonly attribute ApplicationCache applicationCache;
+
+ void close();
+
attribute EventHandler onconnect;
};

Powered by Google App Engine
This is Rietveld 408576698