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 |