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