| Index: Source/core/inspector/JavaScriptCallFrame.idl
|
| diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl
|
| index 4e8d08ee2300f2195b6c47b148a565fac8977f23..d78e9db12f42961b64d306f32a00a818cf4fc4ea 100644
|
| --- a/Source/core/inspector/JavaScriptCallFrame.idl
|
| +++ b/Source/core/inspector/JavaScriptCallFrame.idl
|
| @@ -28,14 +28,6 @@
|
| NoInterfaceObject,
|
| DoNotCheckConstants
|
| ] interface JavaScriptCallFrame {
|
| -
|
| - // Scope type
|
| - const unsigned short GLOBAL_SCOPE = 0;
|
| - const unsigned short LOCAL_SCOPE = 1;
|
| - const unsigned short WITH_SCOPE = 2;
|
| - const unsigned short CLOSURE_SCOPE = 3;
|
| - const unsigned short CATCH_SCOPE = 4;
|
| -
|
| [Custom] any evaluateWithExceptionDetails(DOMString script, [Default=Undefined] optional object scopeExtension);
|
| [Custom] any restart();
|
|
|
|
|