| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 1d5f541d0d9f6374372e8647c444684a14b4fefd..ec1b60eb5f740eeee27701ff28f132cd4f5b5c32 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -490,7 +490,7 @@ class Internals final : public GarbageCollected<Internals>,
|
|
|
| // Return true if the given use counter exists for the given document.
|
| // |useCounterId| must be one of the values from the UseCounter::Feature enum.
|
| - bool isUseCounted(Document*, int useCounterId);
|
| + bool isUseCounted(Document*, uint32_t useCounterId);
|
| bool isCSSPropertyUseCounted(Document*, const String&);
|
|
|
| String unscopableAttribute();
|
|
|