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

Unified Diff: core/workers/SharedWorker.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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/timing/PerformanceTiming.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/SharedWorker.idl
diff --git a/core/workers/SharedWorker.idl b/core/workers/SharedWorker.idl
index 6bba13027785e7aaee8934516535bc6bcfbd2d57..a6e4d02a12bf954603a3fc1a34be6578614b2df8 100644
--- a/core/workers/SharedWorker.idl
+++ b/core/workers/SharedWorker.idl
@@ -30,9 +30,9 @@
*/
[
- EnabledAtRuntime=SharedWorker,
+ RuntimeEnabled=SharedWorker,
Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name),
- ConstructorCallWith=ScriptExecutionContext,
+ ConstructorCallWith=ExecutionContext,
ConstructorRaisesException,
ActiveDOMObject
] interface SharedWorker : EventTarget {
« no previous file with comments | « core/timing/PerformanceTiming.idl ('k') | core/workers/Worker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698