Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: Source/core/inspector/JavaScriptCallFrame.idl

Issue 1146993005: DevTools: remove unused constant declarations and redundant parameter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InjectedScriptManager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/inspector/InjectedScriptManager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698