| Index: third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h b/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
|
| index 64c107647959e55a6f2810d92734233f4f4f199b..eb8c4b8fed0a53afe74f3b8a7bd046bd9e71ab3a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef WorkletModuleTreeClient_h
|
| +#define WorkletModuleTreeClient_h
|
| +
|
| #include "core/dom/Modulator.h"
|
| #include "core/workers/WorkletPendingTasks.h"
|
| #include "platform/WebTaskRunner.h"
|
| @@ -34,3 +37,5 @@ class WorkletModuleTreeClient final
|
| };
|
|
|
| } // namespace blink
|
| +
|
| +#endif // WorkletModuleTreeClient_h
|
|
|