| Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| index ce85efcdf7dea8db5599cc889b07dfe5ef1dd715..865447da06afd6001c032b795ed6746876c2bc32 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| @@ -28,7 +28,7 @@ v8::Local<v8::Private> V8PrivateProperty::createV8Private(v8::Isolate* isolate,
|
| isolate, reinterpret_cast<const uint8_t*>(symbol),
|
| v8::NewStringType::kNormal, static_cast<int>(length))
|
| .ToLocalChecked();
|
| - return v8::Private::ForApi(isolate, str);
|
| + return v8::Private::New(isolate, str);
|
| }
|
|
|
| } // namespace blink
|
|
|