| Index: xfa/src/fxjse/src/util_inline.h
|
| diff --git a/xfa/src/fxjse/src/util_inline.h b/xfa/src/fxjse/src/util_inline.h
|
| index dddcab30536df6c288e275e3547a0bdd9737f95a..517b5545e81379ca6debfb0616b70942c86930ff 100644
|
| --- a/xfa/src/fxjse/src/util_inline.h
|
| +++ b/xfa/src/fxjse/src/util_inline.h
|
| @@ -24,7 +24,7 @@ static V8_INLINE FX_LPVOID FXJSE_RetrieveObjectBinding(const v8::Local<v8::Ob
|
| }
|
| v8::Local<v8::Object> hObject = hJSObject;
|
| if(hObject->InternalFieldCount() == 0) {
|
| - v8::Handle<v8::Value> hProtoObject = hObject->GetPrototype();
|
| + v8::Local<v8::Value> hProtoObject = hObject->GetPrototype();
|
| if(hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
|
| return NULL;
|
| }
|
|
|