Index: Source/modules/performance/WorkerPerformance.h |
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h |
index 70218448c652ec77927186105f0037ad59086e41..0e2bc53103c10c0c83773cb155e9655c21804f2f 100644 |
--- a/Source/modules/performance/WorkerPerformance.h |
+++ b/Source/modules/performance/WorkerPerformance.h |
@@ -33,6 +33,8 @@ |
#include "bindings/v8/ScriptWrappable.h" |
#include "core/dom/ContextLifecycleObserver.h" |
+#include "heap/Handle.h" |
+#include "heap/ThreadState.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
#include "wtf/RefPtr.h" |
@@ -55,6 +57,8 @@ private: |
WorkerPerformance(); |
}; |
+USED_FROM_MULTIPLE_THREADS(WorkerPerformance); |
+ |
} |
#endif // WorkerPerformance_h |