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

Unified Diff: webkit/glue/devtools/js/debugger_agent.js

Issue 271100: DevTools: enable DevToolsSanityTest.TestCompletionOnPause (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | webkit/glue/devtools/js/tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/js/debugger_agent.js
===================================================================
--- webkit/glue/devtools/js/debugger_agent.js (revision 29100)
+++ webkit/glue/devtools/js/debugger_agent.js (working copy)
@@ -1122,7 +1122,6 @@
scope.frameNumber = stackFrame.index;
var scopeObjectProxy = new WebInspector.ObjectProxy(scope, [], 0, '', true);
scopeObjectProxy.isScope = true;
- scopeObjectProxy.properties = {}; // TODO(pfeldman): Fix autocomplete.
switch(scope.type) {
case ScopeType.Global:
scopeObjectProxy.isDocument = true;
« no previous file with comments | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | webkit/glue/devtools/js/tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698