| Index: third_party/WebKit/Source/core/html/PublicURLManager.h
|
| diff --git a/third_party/WebKit/Source/core/html/PublicURLManager.h b/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| index a2b0c3de837c9d872ca306386f8fa8feca67ceb1..d2e937a57a316abc6b6970dda179362161e93814 100644
|
| --- a/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| +++ b/third_party/WebKit/Source/core/html/PublicURLManager.h
|
| @@ -61,7 +61,7 @@ class PublicURLManager final
|
| void revoke(const String& uuid);
|
|
|
| // ContextLifecycleObserver interface.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|