Index: third_party/WebKit/Source/modules/crypto/CryptoKey.cpp |
diff --git a/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp b/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp |
index 1455c5c17edf97214cead7e466a13870fb4ef1b6..83d07c248694b5376dd80626665392ec9f76fc68 100644 |
--- a/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp |
+++ b/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp |
@@ -119,7 +119,7 @@ public: |
{ |
ASSERT(algorithm.paramsType() == WebCryptoAlgorithmParamsTypeNone); |
- V8ObjectBuilder algorithmValue(m_builder.scriptState()); |
+ V8ObjectBuilder algorithmValue(m_builder.getScriptState()); |
algorithmValue.addString("name", WebCryptoAlgorithm::lookupAlgorithmInfo(algorithm.id())->name); |
m_builder.add(propertyName, algorithmValue); |
} |