| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index a7a4829a0a13de836366c8261143a02a2cc4201b..1378e0d7f0ea5abbd2fdefc0e857061d05eb3384 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -953,7 +953,7 @@ public:
|
| static void countIfNotPrivateScript(v8::Isolate*, const Document&, Feature);
|
| static void countIfNotPrivateScript(v8::Isolate*, const ExecutionContext*, Feature);
|
|
|
| - void count(CSSParserContext, CSSPropertyID);
|
| + void count(CSSParserMode, CSSPropertyID);
|
| void count(Feature);
|
|
|
| // "countDeprecation" sets the bit for this feature to 1, and sends a deprecation
|
|
|