| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 639084b5d059a16793c2560bcc0d17ea23431da2..23ba6cde78594b617ed788d4b06245efd4cc87a6 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -1481,9 +1481,9 @@ void Internals::setUserPreferredLanguages(const Vector<String>& languages) {
|
| overrideUserPreferredLanguages(atomicLanguages);
|
| }
|
|
|
| -unsigned Internals::activeDOMObjectCount(Document* document) {
|
| +unsigned Internals::suspendableObjectCount(Document* document) {
|
| DCHECK(document);
|
| - return document->activeDOMObjectCount();
|
| + return document->suspendableObjectCount();
|
| }
|
|
|
| static unsigned eventHandlerCount(
|
|
|