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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.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/encryptedmedia/MediaKeySystemAccess.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
index 4e86380e8eab06f64ed56ab2a63c47f57704404c..69672d7e13b54c12c17a776496fc6af713df8920 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
@@ -4,8 +4,7 @@
// http://w3c.github.io/encrypted-media/#mediakeysystemaccess-interface
-[
-] interface MediaKeySystemAccess {
+interface MediaKeySystemAccess {
readonly attribute DOMString keySystem;
MediaKeySystemConfiguration getConfiguration();
[CallWith=ScriptState] Promise<MediaKeys> createMediaKeys();

Powered by Google App Engine
This is Rietveld 408576698