Index: Modules/websockets/WorkerContextWebSocket.idl |
diff --git a/Modules/websockets/WorkerContextWebSocket.idl b/Modules/websockets/WorkerContextWebSocket.idl |
index 1f8ae5d9e6032ab7239a6830bf6afd7a05e0b05e..aa1812ade25c8472fd598d29935abf81e99732f4 100644 |
--- a/Modules/websockets/WorkerContextWebSocket.idl |
+++ b/Modules/websockets/WorkerContextWebSocket.idl |
@@ -28,6 +28,6 @@ |
Conditional=WEB_SOCKETS, |
Supplemental=WorkerContext |
] interface WorkerContextWebSocket { |
- [JSCustomGetter,V8EnabledAtRuntime] attribute WebSocketConstructor WebSocket; // Usable with the new operator |
+ [V8EnabledAtRuntime] attribute WebSocketConstructor WebSocket; // Usable with the new operator |
}; |