| Index: lib/runtime/dart/_debugger.js
|
| diff --git a/lib/runtime/dart/_debugger.js b/lib/runtime/dart/_debugger.js
|
| index 972dfb5598257d3401f95d3f6730a542c3c3f03c..481253aa67fbf3cf4cbb435b92cd129d056bb06b 100644
|
| --- a/lib/runtime/dart/_debugger.js
|
| +++ b/lib/runtime/dart/_debugger.js
|
| @@ -156,7 +156,7 @@ dart_library.library('dart/_debugger', null, /* Imports */[
|
| let _ = this.createChild('object');
|
| _.addAttribute('object', object);
|
| return _;
|
| - }).bind(this)();
|
| + })();
|
| }
|
| setStyle(style) {
|
| dart.dput(this[_attributes], 'style', style);
|
|
|