| 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 827dd4082bff7959209be11ba2b5e21c77616322..0cb74b3ca806dc6db8561b6e12eca8d0d92afcdf 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -328,7 +328,7 @@
|
|
|
| bool magnifyScaleAroundAnchor(float offset, float x, float y);
|
|
|
| - boolean isUseCounted(Document document, long useCounterId);
|
| + boolean isUseCounted(Document document, unsigned long feature);
|
| boolean isCSSPropertyUseCounted(Document document, DOMString propertyName);
|
|
|
| iterable<long>;
|
|
|