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

Unified Diff: workers/WorkerContext.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/Worker.idl ('k') | workers/WorkerLocation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: workers/WorkerContext.idl
diff --git a/workers/WorkerContext.idl b/workers/WorkerContext.idl
index eec9b7f5852fcc350ba107dbf94a9d1f0e8ffc58..fefb13c73a7128fbf061963c672b666daff34af6 100644
--- a/workers/WorkerContext.idl
+++ b/workers/WorkerContext.idl
@@ -26,13 +26,9 @@
[
Conditional=WORKERS,
- JSCustomMarkFunction,
- JSCustomGetOwnPropertySlotAndDescriptor,
EventTarget,
ExtendsDOMGlobalObject,
IsWorkerContext,
- JSLegacyParent=JSWorkerContextBase,
- JSNoStaticTables,
OmitConstructor,
V8CustomToJSObject,
V8NoWrapperCache
@@ -73,10 +69,10 @@
attribute WorkerLocationConstructor WorkerLocation;
#if defined(ENABLE_CHANNEL_MESSAGING) && ENABLE_CHANNEL_MESSAGING
- [JSCustomGetter] attribute MessageChannelConstructor MessageChannel;
+ attribute MessageChannelConstructor MessageChannel;
#endif
- [JSCustomGetter] attribute EventSourceConstructor EventSource;
- [JSCustomGetter] attribute XMLHttpRequestConstructor XMLHttpRequest;
+ attribute EventSourceConstructor EventSource;
+ attribute XMLHttpRequestConstructor XMLHttpRequest;
#endif
#if defined(ENABLE_BLOB) && ENABLE_BLOB
« no previous file with comments | « workers/Worker.idl ('k') | workers/WorkerLocation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698