Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl |
index c159a9fe7a7510229dec88f0d541e21283176676..f42696d7435989bb6aecc6cb2caf87c65e35e3c3 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl |
@@ -7,4 +7,3 @@ |
callback interface RTCPeerConnectionErrorCallback { |
void handleEvent(DOMException exception); |
}; |
- |