Index: core/workers/WorkerContext.idl |
=================================================================== |
--- core/workers/WorkerContext.idl (revision 22811) |
+++ core/workers/WorkerContext.idl (working copy) |
@@ -26,8 +26,8 @@ |
[ |
EventTarget, |
- CustomToJSObject, |
- NoWrapperCache |
+ CustomToV8, |
+ DoNotGenerateWrap |
] interface WorkerContext { |
// WorkerGlobalScope |
@@ -60,9 +60,7 @@ |
attribute MessageEventConstructor MessageEvent; |
attribute WorkerLocationConstructor WorkerLocation; |
-#if defined(ENABLE_CHANNEL_MESSAGING) && ENABLE_CHANNEL_MESSAGING |
attribute MessageChannelConstructor MessageChannel; |
-#endif |
attribute EventSourceConstructor EventSource; |
attribute XMLHttpRequestConstructor XMLHttpRequest; |