| 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;
|
|
|