| 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..455d8b50744e72405627efaf681ea03e4e9628de 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 useCounterId);
|
| boolean isCSSPropertyUseCounted(Document document, DOMString propertyName);
|
|
|
| iterable<long>;
|
|
|