| Index: core/inspector/InjectedScriptHost.idl
|
| diff --git a/core/inspector/InjectedScriptHost.idl b/core/inspector/InjectedScriptHost.idl
|
| index da137301f1a81325ab48d2e040b1b7affe78bb1f..5dec0fc5601a36b62c383712f255d479615dfb7d 100644
|
| --- a/core/inspector/InjectedScriptHost.idl
|
| +++ b/core/inspector/InjectedScriptHost.idl
|
| @@ -48,6 +48,7 @@
|
| [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);
|
|
|
| // Only declarative scope (local, with and catch) is accepted. Returns undefined.
|
| [Custom] any setFunctionVariableValue(any functionObject, long scopeIndex, DOMString variableName, any newValue);
|
|
|