| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp
|
| index cb18fb11fcf074b35697f6316069143ebbdf99d6..a19dc0705bdbb32081c6954ec61c8ff2fd845e06 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIZoom.cpp
|
| @@ -34,9 +34,9 @@ const CSSValue* CSSPropertyAPIZoom::parseSingleValue(
|
| toCSSPrimitiveValue(zoom)->getDoubleValue() == 100)))
|
| context->count(UseCounter::CSSZoomNotEqualToOne);
|
| if (token.id() == CSSValueReset)
|
| - context->count(UseCounter::CSSZoomReset);
|
| + context->countDeprecation(UseCounter::CSSZoomReset);
|
| if (token.id() == CSSValueDocument)
|
| - context->count(UseCounter::CSSZoomDocument);
|
| + context->countDeprecation(UseCounter::CSSZoomDocument);
|
| }
|
| return zoom;
|
| }
|
|
|