| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index c8ad1ce81273bf12e4d603e9142ed7b20a6fecf2..7ed97b314d44de04bfa93c237ab741e5e940c5a6 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -506,12 +506,6 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| // 3. Run the update_use_counter_css.py script in
|
| // chromium/src/tools/metrics/histograms to update the UMA histogram names.
|
|
|
| - // Internal properties should not be counted.
|
| - case CSSPropertyInternalMarqueeDirection:
|
| - case CSSPropertyInternalMarqueeIncrement:
|
| - case CSSPropertyInternalMarqueeRepetition:
|
| - case CSSPropertyInternalMarqueeSpeed:
|
| - case CSSPropertyInternalMarqueeStyle:
|
| case CSSPropertyInvalid:
|
| ASSERT_NOT_REACHED();
|
| return 0;
|
|
|