Index: webkit/glue/devtools/js/debugger_agent.js |
=================================================================== |
--- webkit/glue/devtools/js/debugger_agent.js (revision 25017) |
+++ webkit/glue/devtools/js/debugger_agent.js (working copy) |
@@ -919,14 +919,6 @@ |
/** |
- * Returns current suspended stack. |
- */ |
-devtools.DebuggerAgent.prototype.getCallFrames = function(callback) { |
- return this.callFrames_; |
-}; |
- |
- |
-/** |
* Evaluates code on given callframe. |
*/ |
devtools.DebuggerAgent.prototype.evaluateInCallFrame = function( |