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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 2556103002: Changed the css feature name trace string to avoid collisions (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index 01d9148d76276539228965b0d1fae360e637e1b0..e07d0d6b9110505a6afa5d2b79d1a10f9236ae41 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -1230,7 +1230,7 @@ void UseCounter::count(CSSParserMode cssParserMode, CSSPropertyID property) {
// https://github.com/HTTPArchive/httparchive/issues/59
int sampleId = mapCSSPropertyIdToCSSSampleIdForHistogram(property);
TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("blink.feature_usage"),
- "CSSFeatureFirstUsed", "feature", sampleId);
+ "CSSFirstUsed", "feature", sampleId);
cssHistogram().count(sampleId);
m_CSSRecorded.quickSet(property);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698