summaryrefslogtreecommitdiff
path: root/Source/WebCore/page/EventSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/EventSource.idl')
-rw-r--r--Source/WebCore/page/EventSource.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/EventSource.idl b/Source/WebCore/page/EventSource.idl
index 4c4433f7a..9b7fe38dc 100644
--- a/Source/WebCore/page/EventSource.idl
+++ b/Source/WebCore/page/EventSource.idl
@@ -38,7 +38,7 @@ module window {
CallWith=ScriptExecutionContext,
ConstructorRaisesException,
EventTarget,
- NoStaticTables
+ JSNoStaticTables
] EventSource {
readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.