Index: Source/core/inspector/InjectedScriptHost.idl |
diff --git a/Source/core/inspector/InjectedScriptHost.idl b/Source/core/inspector/InjectedScriptHost.idl |
index 5dec0fc5601a36b62c383712f255d479615dfb7d..33c6817c242f3b0d3a70247850ae397968119975 100644 |
--- a/Source/core/inspector/InjectedScriptHost.idl |
+++ b/Source/core/inspector/InjectedScriptHost.idl |
@@ -43,7 +43,8 @@ |
[Custom] any functionDetails(any obj); |
[Custom] any[] getInternalProperties(any obj); |
[Custom] EventListener[] getEventListeners(EventTarget target); |
- [Custom] any evaluate(DOMString text); |
+ [Custom] any eval(DOMString text); |
+ [Custom] any evaluateWithExceptionDetails(DOMString text); |
[Custom] void debugFunction(any fn); |
[Custom] void undebugFunction(any fn); |
[Custom] void monitorFunction(any fn); |