Index: page/EventSource.idl |
diff --git a/page/EventSource.idl b/page/EventSource.idl |
index 6dcf2d6f920e3978ee326b40ea63f3650eeb5121..8af07997bebb8ef976a9ac1c999e4f334003bdcb 100644 |
--- a/page/EventSource.idl |
+++ b/page/EventSource.idl |
@@ -34,8 +34,7 @@ |
Constructor(in DOMString url, in [Optional] Dictionary eventSourceInit), |
CallWith=ScriptExecutionContext, |
ConstructorRaisesException, |
- EventTarget, |
- JSNoStaticTables |
+ EventTarget |
] interface EventSource { |
readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons. |