| Index: Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp b/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| index 24913e70e449aa5e06574730d3e5127ee37c5279..e6ca728a46fd19f036f02099ac372b961f67e72d 100644
|
| --- a/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| @@ -100,7 +100,7 @@ static CSSPropertyID cssResolvedPropertyID(const String& propertyName, v8::Isola
|
| i += 3;
|
| // getComputedStyle(elem).cssX is a non-standard behaviour
|
| // Measure this behaviour as CSSXGetComputedStyleQueries.
|
| - UseCounter::count(callingExecutionContext(isolate), UseCounter::CSSXGetComputedStyleQueries);
|
| + UseCounter::countIfNotPrivateScript(isolate, callingExecutionContext(isolate), UseCounter::CSSXGetComputedStyleQueries);
|
| } else if (hasCSSPropertyNamePrefix(propertyName, "webkit"))
|
| builder.append('-');
|
| else if (isASCIIUpper(propertyName[0]))
|
|
|