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 ff21f438df06db5f2210af770e2dc7c874b297e2..175e187f39a61e0fa568976fbad03d1165a85a95 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -183,7 +183,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; |