| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| index 3ad60fbef68be1642aa6f89a3e0ed18689bf9f3f..b39a29e39e8d1ba67ff9653ca1fa2f6a11c3299a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| @@ -122,7 +122,7 @@ public:
|
|
|
| void destroyContext()
|
| {
|
| - m_page.clear();
|
| + m_page.reset();
|
| if (m_otherScriptState) {
|
| m_otherScriptState->disposePerContextData();
|
| m_otherScriptState = nullptr;
|
|
|