| 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 0b863b798e052f1097ad89ec44b56cd43c3fdd79..0c056a42ad5f604681b6073feb75fd992c182afd 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -145,7 +145,7 @@
|
| sequence<DOMString> userPreferredLanguages();
|
| void setUserPreferredLanguages(sequence<DOMString> languages);
|
|
|
| - unsigned long activeDOMObjectCount(Document document);
|
| + unsigned long suspendableObjectCount(Document document);
|
| unsigned long wheelEventHandlerCount(Document document);
|
| unsigned long scrollEventHandlerCount(Document document);
|
| unsigned long touchStartOrMoveEventHandlerCount(Document document);
|
|
|