| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 65ec824edac13e8cea73838710eeb65deae2a9cd..cfbd88f3bcb8502ee9f906f574ce56b2f0b12be0 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -335,6 +335,7 @@
|
| bool magnifyScaleAroundAnchor(float offset, float x, float y);
|
|
|
| boolean isUseCounted(Document document, long useCounterId);
|
| + boolean isCSSPropertyUseCounted(Document document, long useCounterId);
|
|
|
| iterable<long>;
|
|
|
|
|