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

Unified Diff: core/workers/SharedWorkerGlobalScope.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/workers/SharedWorkerContext.idl ('k') | core/workers/Worker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/SharedWorkerGlobalScope.idl
diff --git a/core/workers/SharedWorkerContext.idl b/core/workers/SharedWorkerGlobalScope.idl
similarity index 94%
rename from core/workers/SharedWorkerContext.idl
rename to core/workers/SharedWorkerGlobalScope.idl
index 52fc0a2aa5aac60e096ffaef834c6b3854971375..4c930a49ee781407b003eaa191f366ddb229fd8f 100644
--- a/core/workers/SharedWorkerContext.idl
+++ b/core/workers/SharedWorkerGlobalScope.idl
@@ -29,8 +29,8 @@
*/
[
- NoInterfaceObject
-] interface SharedWorkerContext : WorkerContext {
+ GlobalContext=SharedWorkerGlobalScope
+] interface SharedWorkerGlobalScope : WorkerGlobalScope {
readonly attribute DOMString name;
attribute EventListener onconnect;
};
« no previous file with comments | « core/workers/SharedWorkerContext.idl ('k') | core/workers/Worker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698