Index: Source/modules/mediastream/RTCPeerConnection.idl |
diff --git a/Source/modules/mediastream/RTCPeerConnection.idl b/Source/modules/mediastream/RTCPeerConnection.idl |
index 04f2bcbc62a47e011a479f2c8debbf88ffccb77a..33daf3afb46b15903de8125b5979ea0ed31ab597 100644 |
--- a/Source/modules/mediastream/RTCPeerConnection.idl |
+++ b/Source/modules/mediastream/RTCPeerConnection.idl |
@@ -32,8 +32,8 @@ |
NoInterfaceObject, |
ActiveDOMObject, |
Constructor(Dictionary rtcIceServers, optional Dictionary mediaConstraints), |
- RaisesException, |
- CallWith=ScriptExecutionContext, |
+ ConstructorRaisesException, |
+ ConstructorCallWith=ScriptExecutionContext, |
EventTarget |
] interface RTCPeerConnection { |
[RaisesException] void createOffer(RTCSessionDescriptionCallback successCallback, [Default=Undefined] optional RTCErrorCallback failureCallback, optional Dictionary mediaConstraints); |