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

Unified Diff: Source/modules/crypto/CryptoKey.idl

Issue 984053003: [bindings] Remove custom binding usage from CryptoKey.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 5 years, 9 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
« no previous file with comments | « Source/modules/crypto/CryptoKey.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/CryptoKey.idl
diff --git a/Source/modules/crypto/CryptoKey.idl b/Source/modules/crypto/CryptoKey.idl
index 20a972131a4540dcd3eb9209075da6116d7a50b9..3fcabf1ebbaba59c2c889ce091662518515deac9 100644
--- a/Source/modules/crypto/CryptoKey.idl
+++ b/Source/modules/crypto/CryptoKey.idl
@@ -34,6 +34,6 @@
] interface CryptoKey {
readonly attribute DOMString type;
readonly attribute boolean extractable;
- [Custom] readonly attribute object algorithm;
+ [CallWith=ScriptState] readonly attribute object algorithm;
readonly attribute DOMString[] usages;
};
« no previous file with comments | « Source/modules/crypto/CryptoKey.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698