| Index: third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| index b4282af4c5f3d1b01ee8af0456f9f00ff03aba79..272c55149e824c63d1a9f82d6811b3eff2cae980 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
|
| @@ -54,7 +54,7 @@ class DOMDataStore {
|
| DOMDataStore(v8::Isolate* isolate, bool isMainWorld)
|
| : m_isMainWorld(isMainWorld),
|
| // We never use |m_wrapperMap| when it's the main world.
|
| - m_wrapperMap(wrapUnique(
|
| + m_wrapperMap(WTF::wrapUnique(
|
| isMainWorld ? nullptr
|
| : new DOMWrapperMap<ScriptWrappable>(isolate))) {}
|
|
|
|
|