Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js b/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js |
| index db5021ec290bf34878827f1fb7c43ee639d19fb8..8025ce34b37db0d93d62575ff4b5d5dc31f48f3f 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js |
| @@ -572,7 +572,7 @@ WebInspector.RemoteObjectImpl.prototype = { |
| { |
| if (!result.wasThrown && result.object) |
| removeFunction = result.object; |
| - this.target().domdebuggerAgent().getEventListeners(this._objectId, mycallback.bind(this)); |
| + this.target().domdebuggerAgent().getEventListeners(this._objectId, false, mycallback.bind(this)); |
|
pfeldman
2016/06/01 22:40:30
UI should pass the option here.
|
| } |
| /** |