summaryrefslogtreecommitdiff
path: root/Source/WebCore/websockets/WebSocket.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/websockets/WebSocket.idl')
-rw-r--r--Source/WebCore/websockets/WebSocket.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/websockets/WebSocket.idl b/Source/WebCore/websockets/WebSocket.idl
index b2b6779b4..b8dee1398 100644
--- a/Source/WebCore/websockets/WebSocket.idl
+++ b/Source/WebCore/websockets/WebSocket.idl
@@ -37,7 +37,7 @@ module websockets {
CustomConstructor,
ConstructorParameters=1,
EventTarget,
- NoStaticTables
+ JSNoStaticTables
] WebSocket {
readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
readonly attribute DOMString url;