| 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 72e2656654f63e26a38c89f0a3313d4d1871857b..f5ac99de1394b9395fd31114230d41ff7d748253 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -258,7 +258,7 @@ class Internals final : public GarbageCollected<Internals>,
|
| Vector<AtomicString> userPreferredLanguages() const;
|
| void setUserPreferredLanguages(const Vector<String>&);
|
|
|
| - unsigned activeDOMObjectCount(Document*);
|
| + unsigned suspendableObjectCount(Document*);
|
| unsigned wheelEventHandlerCount(Document*);
|
| unsigned scrollEventHandlerCount(Document*);
|
| unsigned touchStartOrMoveEventHandlerCount(Document*);
|
|
|