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; |
}; |