| Index: third_party/WebKit/Source/modules/InitModules.h
|
| diff --git a/third_party/WebKit/Source/modules/InitModules.h b/third_party/WebKit/Source/modules/InitModules.h
|
| index 116c7e185e4c82ce4071d1702105aed940d3998d..17487c811d8834dd7271e63732c08d3c52052e58 100644
|
| --- a/third_party/WebKit/Source/modules/InitModules.h
|
| +++ b/third_party/WebKit/Source/modules/InitModules.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class MODULES_EXPORT ModulesInitializer : public CoreInitializer {
|
| public:
|
| void init() override;
|
| - static void terminateThreads();
|
| + void shutdown() override;
|
| };
|
|
|
| } // namespace blink
|
|
|