Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionErrorCallback.idl

Issue 2347803002: Drop empty [] for dictionaries and interfaces in IDL files (Closed)
Patch Set: fix p_ExtendedAttributeList Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
-

Powered by Google App Engine
This is Rietveld 408576698