Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp |
| index 70b9ea11463a494437608759e4348b1683599cb9..2661227470ac0759f7b83803a1774adbb0116511 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp |
| @@ -90,7 +90,7 @@ public: |
| executionContext->addConsoleMessage(consoleMessage); |
| } |
| - m_location.clear(); |
| + m_location.reset(); |
| } |
| void revoke() |