Chromium Code Reviews| Index: Source/modules/crypto/Key.h |
| diff --git a/Source/modules/crypto/Key.h b/Source/modules/crypto/Key.h |
| index a022802ae28068d20ecec5c3570481542050f72b..a868a7300ee2f15bf518b8d7e4dc4376a0d86ca1 100644 |
| --- a/Source/modules/crypto/Key.h |
| +++ b/Source/modules/crypto/Key.h |
| @@ -48,7 +48,7 @@ public: |
| String type() const; |
| bool extractable() const; |
| Algorithm* algorithm(); |
| - Vector<String> keyUsage() const; |
| + Vector<String> usages() const; |
| protected: |
| explicit Key(const WebKit::WebCryptoKey&); |