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

Unified Diff: core/workers/DedicatedWorkerGlobalScope.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/DedicatedWorkerContext.idl ('k') | core/workers/SharedWorkerContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/DedicatedWorkerGlobalScope.idl
diff --git a/core/workers/DedicatedWorkerContext.idl b/core/workers/DedicatedWorkerGlobalScope.idl
similarity index 94%
rename from core/workers/DedicatedWorkerContext.idl
rename to core/workers/DedicatedWorkerGlobalScope.idl
index 3f4f45c964a67b0065c45f217939959ab4e748c7..7cb9399c9a2cfecc98b034376b794a60c99078b6 100644
--- a/core/workers/DedicatedWorkerContext.idl
+++ b/core/workers/DedicatedWorkerGlobalScope.idl
@@ -29,8 +29,8 @@
*/
[
- NoInterfaceObject
-] interface DedicatedWorkerContext : WorkerContext {
+ GlobalContext=DedicatedWorkerGlobalScope
+] interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
[Custom, RaisesException] void postMessage(any message, optional Array messagePorts);
attribute EventListener onmessage;
};
« no previous file with comments | « core/workers/DedicatedWorkerContext.idl ('k') | core/workers/SharedWorkerContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698