Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
index 07567b40d110cbf62cfc82eb96c73059fb25013b..505233489d38d01b4454fc5105ce2c12f447a019 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -163,7 +163,7 @@ private: |
mutable Member<WorkerLocation> m_location; |
mutable Member<WorkerNavigator> m_navigator; |
- mutable UseCounter::CountBits m_deprecationWarningBits; |
+ mutable BitVector m_deprecationWarningBits; |
Member<WorkerOrWorkletScriptController> m_scriptController; |
WorkerThread* m_thread; |