| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 6a289474051f1257c0f7c1739a40884aa1196db9..118797de5d144ba1b94aba8150a2ccf4f97b6062 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -418,7 +418,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyStopOpacity: return 364;
|
| case CSSPropertyColorInterpolation: return 365;
|
| case CSSPropertyColorInterpolationFilters: return 366;
|
| - case CSSPropertyColorProfile: return 367;
|
| + // case CSSPropertyColorProfile: return 367;
|
| case CSSPropertyColorRendering: return 368;
|
| case CSSPropertyFill: return 369;
|
| case CSSPropertyFillOpacity: return 370;
|
|
|