Chromium Code Reviews| Index: LayoutTests/webexposed/global-interface-listing-expected.txt |
| diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt |
| index a1a81c37f9667c34c907ca77d1284d01bd9a81f1..e994ae0bb9a7614aa1486f19ed5f0cd08590410a 100644 |
| --- a/LayoutTests/webexposed/global-interface-listing-expected.txt |
| +++ b/LayoutTests/webexposed/global-interface-listing-expected.txt |
| @@ -314,6 +314,9 @@ interface CredentialsContainer |
| method notifySignedIn |
| method notifySignedOut |
| method request |
| +interface Crypto |
| + method constructor |
| + method getRandomValues |
| interface CryptoKey |
| method constructor |
| interface CustomEvent |
| @@ -2177,6 +2180,20 @@ interface StyleSheet |
| interface StyleSheetList |
| method constructor |
| method item |
| +interface SubtleCrypto |
| + method constructor |
| + method decrypt |
| + method deriveBits |
| + method deriveKey |
| + method digest |
| + method encrypt |
| + method exportKey |
| + method generateKey |
| + method importKey |
| + method sign |
| + method unwrapKey |
| + method verify |
| + method wrapKey |
| interface Symbol |
| method constructor |
| method toString |