| 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 2e4f419d3a0409d08e429f32c1fc39ea748dc810..09b9511915046992d16f5b9d2bf7da72b82c358b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.cpp
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| v8::Local<v8::Value> V8PrivateProperty::Symbol::getFromMainWorld(ScriptState* scriptState, ScriptWrappable* scriptWrappable)
|
| {
|
| - v8::Local<v8::Object> wrapper = scriptWrappable->newLocalWrapper(scriptState->isolate());
|
| + v8::Local<v8::Object> wrapper = scriptWrappable->mainWorldWrapper(scriptState->isolate());
|
| return wrapper.IsEmpty() ? v8::Local<v8::Value>() : get(scriptState->context(), wrapper);
|
| }
|
|
|
|
|