| Index: third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.h b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| index 72430e0a4f4a205e5f35fd06ce3c613bf5af35ef..76ac419821a7bbb3d88ac432a9dfeccd9fdf1e96 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| @@ -74,7 +74,7 @@ class FileWriter final : public EventTargetWithInlineData,
|
| void didFail(WebFileError) override;
|
|
|
| // ContextLifecycleObserver
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable
|
| bool hasPendingActivity() const final;
|
|
|