Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h

Issue 2023903003: [WIP] Add WebCore.UseCounter UMA to supercede FeatureObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698