| Index: third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp
|
| index 69a0e411edd78b3a571308f24d28fb990a26f504..9254db06bd8ea61fd892599c1696e2207884af2a 100644
|
| --- a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.cpp
|
| @@ -319,7 +319,7 @@ class WebAssociatedURLLoaderImpl::Observer final
|
| clearContext();
|
| }
|
|
|
| - void contextDestroyed() override {
|
| + void contextDestroyed(ExecutionContext*) override {
|
| if (m_parent)
|
| m_parent->documentDestroyed();
|
| }
|
|
|