| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index 40be00b421d5bdd55bf89c843eae686907f72d09..5b074135fc1ddad58114048fe8739e5407794e9b 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -483,7 +483,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyMaskSourceType: return 435;
|
| case CSSPropertyIsolation: return 436;
|
| case CSSPropertyObjectPosition: return 437;
|
| - case CSSPropertyInternalCallback: return 438;
|
| + // case CSSPropertyInternalCallback: return 438;
|
| case CSSPropertyShapeImageThreshold: return 439;
|
| case CSSPropertyColumnFill: return 440;
|
| case CSSPropertyTextJustify: return 441;
|
|
|