Index: Source/modules/mediastream/RTCIceCandidate.h |
diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h |
index e92ffe3a6ea2725abbf5a8e098bb68c70a68ccea..99f7dbd1c936241359f1be7fd96a30079c49eb04 100644 |
--- a/Source/modules/mediastream/RTCIceCandidate.h |
+++ b/Source/modules/mediastream/RTCIceCandidate.h |
@@ -41,11 +41,12 @@ |
namespace WebCore { |
class Dictionary; |
-class ExceptionState; |
+ |
+typedef int ExceptionCode; |
class RTCIceCandidate : public RefCounted<RTCIceCandidate>, public ScriptWrappable { |
public: |
- static PassRefPtr<RTCIceCandidate> create(const Dictionary&, ExceptionState&); |
+ static PassRefPtr<RTCIceCandidate> create(const Dictionary&, ExceptionCode&); |
static PassRefPtr<RTCIceCandidate> create(WebKit::WebRTCICECandidate); |
virtual ~RTCIceCandidate(); |