diff options
Diffstat (limited to 'Source/WebCore/inspector/CommandLineAPIHost.idl')
-rw-r--r-- | Source/WebCore/inspector/CommandLineAPIHost.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/inspector/CommandLineAPIHost.idl b/Source/WebCore/inspector/CommandLineAPIHost.idl index 228426c16..5a16155d3 100644 --- a/Source/WebCore/inspector/CommandLineAPIHost.idl +++ b/Source/WebCore/inspector/CommandLineAPIHost.idl @@ -32,13 +32,12 @@ [ NoInterfaceObject, - Conditional=INSPECTOR, ImplementationLacksVTable ] interface CommandLineAPIHost { void clearConsoleMessages(); void copyText(DOMString text); [Custom] void inspect(any objectId, any hints); - [Custom] any inspectedObject(int num); + [Custom] any inspectedObject(); [Custom] Array getEventListeners(Node node); [Custom] DOMString databaseId(any database); [Custom] DOMString storageId(any storage); |