Index: Source/modules/crypto/CryptoResultImpl.cpp |
diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp |
index 8e8799bfe70dc0c199b4b544010ed5cca1aadca6..40786c066624c10f59529590b8b59c40290b4f3d 100644 |
--- a/Source/modules/crypto/CryptoResultImpl.cpp |
+++ b/Source/modules/crypto/CryptoResultImpl.cpp |
@@ -151,7 +151,7 @@ void CryptoResultImpl::completeWithJson(const char* utf8Data, unsigned length) |
ScriptState* scriptState = resolver->scriptState(); |
ScriptState::Scope scope(scriptState); |
- v8::Handle<v8::String> jsonString = v8AtomicString(scriptState->isolate(), utf8Data, length); |
+ v8::Local<v8::String> jsonString = v8AtomicString(scriptState->isolate(), utf8Data, length); |
v8::TryCatch exceptionCatcher; |
v8::Local<v8::Value> jsonDictionary; |