| Index: third_party/WebCore/testing/Internals.idl
|
| diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
|
| index 9faf34eb4291e751b0dceec038a61a19ed5ae87e..7b4beb177ce493b394762deacec57586521e4873 100644
|
| --- a/third_party/WebCore/testing/Internals.idl
|
| +++ b/third_party/WebCore/testing/Internals.idl
|
| @@ -140,6 +140,7 @@ module window {
|
|
|
| [Conditional=INSPECTOR] unsigned long numberOfLiveNodes();
|
| [Conditional=INSPECTOR] unsigned long numberOfLiveDocuments();
|
| + [Conditional=INSPECTOR] sequence<String> consoleMessageArgumentCounts(in Document document);
|
|
|
| #if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
|
| void webkitWillEnterFullScreenForElement(in Document document, in Element element);
|
|
|