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

Unified Diff: workers/SharedWorker.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « workers/DedicatedWorkerContext.idl ('k') | workers/SharedWorkerContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: workers/SharedWorker.idl
diff --git a/workers/SharedWorker.idl b/workers/SharedWorker.idl
index 3680ec16be88facfcc095b130d1ce53c9b92bd15..1f2e8450751b4f6feaa56906e2ea3ec0ed13fd44 100644
--- a/workers/SharedWorker.idl
+++ b/workers/SharedWorker.idl
@@ -31,13 +31,9 @@
[
Conditional=SHARED_WORKERS,
- JSCustomConstructor,
Constructor(in DOMString scriptURL, in [Optional=DefaultIsNullString] DOMString name),
CallWith=ScriptExecutionContext,
- ConstructorRaisesException,
- JSCustomMarkFunction,
- JSGenerateToNativeObject,
- JSGenerateToJSObject
+ ConstructorRaisesException
] interface SharedWorker : AbstractWorker {
readonly attribute MessagePort port;
};
« no previous file with comments | « workers/DedicatedWorkerContext.idl ('k') | workers/SharedWorkerContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698