Index: Source/core/workers/WorkerGlobalScope.h |
diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h |
index f39fa96d41e7d6c665fe5ecbdd5afb9f283560f6..0b037b6093192dd3569b522d45ab2d7772cc5770 100644 |
--- a/Source/core/workers/WorkerGlobalScope.h |
+++ b/Source/core/workers/WorkerGlobalScope.h |
@@ -159,6 +159,8 @@ private: |
mutable RefPtrWillBeMember<WorkerLocation> m_location; |
mutable RefPtrWillBeMember<WorkerNavigator> m_navigator; |
+ mutable UseCounter::CountBits m_deprecationWarningBits; |
+ |
OwnPtr<WorkerScriptController> m_script; |
WorkerThread* m_thread; |