Index: Source/core/inspector/InjectedScriptHost.idl |
diff --git a/Source/core/inspector/InjectedScriptHost.idl b/Source/core/inspector/InjectedScriptHost.idl |
index e768e49d25aa9473a9843ee00b8f18dfd1aef853..de1fb2275eb201f99f8e3349859cd23971cde8e2 100644 |
--- a/Source/core/inspector/InjectedScriptHost.idl |
+++ b/Source/core/inspector/InjectedScriptHost.idl |
@@ -50,7 +50,8 @@ |
[Custom] void undebugFunction(any fn); |
[Custom] void monitorFunction(any fn); |
[Custom] void unmonitorFunction(any fn); |
- [Custom] any suppressWarningsAndCall(any receiver, any fn, any param1, any param2); |
+ [Custom] any callFunction(any fn, any receiver, any[] argv); |
+ [Custom] any suppressWarningsAndCallFunction(any fn, any receiver, any[] argv); |
// Only declarative scope (local, with and catch) is accepted. Returns undefined. |
[Custom] any setFunctionVariableValue(any functionObject, long scopeIndex, DOMString variableName, any newValue); |