| Index: third_party/WebKit/Source/core/timing/PerformanceObserver.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceObserver.h b/third_party/WebKit/Source/core/timing/PerformanceObserver.h
|
| index 6fe610dce4bad5f5b19ad316c1eb17b5dd98d527..edd4969df51455dae342dda325a3d2262b3041d1 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceObserver.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceObserver.h
|
| @@ -6,6 +6,7 @@
|
| #define PerformanceObserver_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/timing/PerformanceEntry.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
| @@ -20,7 +21,7 @@ class PerformanceObserverInit;
|
|
|
| using PerformanceEntryVector = HeapVector<Member<PerformanceEntry>>;
|
|
|
| -class PerformanceObserver final : public GarbageCollected<PerformanceObserver>, public ScriptWrappable {
|
| +class CORE_EXPORT PerformanceObserver final : public GarbageCollected<PerformanceObserver>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| friend class PerformanceBase;
|
| public:
|
|
|