| Index: third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| index e4df42f1521222445937e4d802bac47b7cdecdb1..238da13eb022e976c8b8a3650d32a311b6441e36 100644
|
| --- a/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| +++ b/third_party/WebKit/Source/core/timing/WorkerGlobalScopePerformance.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WorkerGlobalScopePerformance_h
|
| #define WorkerGlobalScopePerformance_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/timing/WorkerPerformance.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "platform/Supplementable.h"
|
| @@ -40,7 +41,7 @@ namespace blink {
|
|
|
| class WorkerGlobalScope;
|
|
|
| -class WorkerGlobalScopePerformance final
|
| +class CORE_EXPORT WorkerGlobalScopePerformance final
|
| : public GarbageCollected<WorkerGlobalScopePerformance>,
|
| public Supplement<WorkerGlobalScope> {
|
| USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopePerformance);
|
|
|