Index: Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
diff --git a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
index d2fbc7ba9b8e071c37f8504a0e956a038411f48a..ba52c8d2609c23025281df004fe3cb5f926be563 100644 |
--- a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
+++ b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
@@ -57,7 +57,7 @@ private: |
void V8CryptoKey::algorithmAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
- CryptoKey* impl = V8CryptoKey::toNative(info.Holder()); |
+ CryptoKey* impl = V8CryptoKey::toImpl(info.Holder()); |
DictionaryBuilder builder(info.Holder(), info.GetIsolate()); |
impl->key().algorithm().writeToDictionary(&builder); |