Commit bce1e3e0 authored by nduca@chromium.org's avatar nduca@chromium.org

Fix about:tracing recording a second trace.

TBR=jbates@chromium.org

Review URL: http://codereview.chromium.org/8562009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110990 0039d316-1c4b-4281-b951-d872f2087c98
parent d21e3b07
...@@ -119,7 +119,7 @@ cr.define('tracing', function() { ...@@ -119,7 +119,7 @@ cr.define('tracing', function() {
window.clearInterval(this.checkForAttachInterval_); window.clearInterval(this.checkForAttachInterval_);
this.checkForAttachInterval_ = undefined; this.checkForAttachInterval_ = undefined;
} }
this.iframe_.removeListener('resize', this.onResizeBoundToThis_); this.iframe_.removeEventListener('resize', this.onResizeBoundToThis_);
this.parentEl_.removeChild(this.iframe_); this.parentEl_.removeChild(this.iframe_);
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment