Index: webkit/glue/devtools/js/devtools.js |
=================================================================== |
--- webkit/glue/devtools/js/devtools.js (revision 26799) |
+++ webkit/glue/devtools/js/devtools.js (working copy) |
@@ -379,6 +379,14 @@ |
})() |
+InjectedScriptAccess.evaluateInCallFrame = function(callFrameId, code, |
+ callback) |
+{ |
+ devtools.tools.getDebuggerAgent().evaluateInCallFrame( |
+ callFrameId, code, callback); |
+}; |
+ |
+ |
WebInspector.resourceTrackingWasEnabled = function() |
{ |
InspectorController.resourceTrackingEnabled_ = true; |