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

Unified Diff: third_party/WebKit/Source/modules/crypto/Crypto.idl

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 8 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/crypto/Crypto.idl
diff --git a/third_party/WebKit/Source/modules/crypto/Crypto.idl b/third_party/WebKit/Source/modules/crypto/Crypto.idl
index 88f61462cb53b0b10d2c2c4a5f4833864ebe119f..01f7bc808c0d4e7d864ddb32b2c54f678e44fe9a 100644
--- a/third_party/WebKit/Source/modules/crypto/Crypto.idl
+++ b/third_party/WebKit/Source/modules/crypto/Crypto.idl
@@ -33,5 +33,5 @@
] interface Crypto {
[RaisesException, MeasureAs=CryptoGetRandomValues] ArrayBufferView getRandomValues(ArrayBufferView array);
- readonly attribute SubtleCrypto subtle;
+ [SecureContext] readonly attribute SubtleCrypto subtle;
};

Powered by Google App Engine
This is Rietveld 408576698