Index: Source/core/page/EventSource.idl |
diff --git a/Source/core/page/EventSource.idl b/Source/core/page/EventSource.idl |
index c9ff7b3a5d6467cdbd07d1589b2373b43ddaf9a0..b50a876d33b9163aa42613926d6818aa5763ee64 100644 |
--- a/Source/core/page/EventSource.idl |
+++ b/Source/core/page/EventSource.idl |
@@ -33,8 +33,8 @@ |
GlobalContext=WindowAndWorker, |
ActiveDOMObject, |
Constructor(DOMString url, optional Dictionary eventSourceInit), |
- CallWith=ScriptExecutionContext, |
- RaisesException, |
+ ConstructorCallWith=ScriptExecutionContext, |
+ ConstructorRaisesException, |
EventTarget |
] interface EventSource { |