| Index: Source/devtools/front_end/CPUProfileView.js
|
| diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js
|
| index 013e82f40fb4c1484007f977b25903ff1672b97d..b22f46f37443bee4d3d4315daafa737216a09e1a 100644
|
| --- a/Source/devtools/front_end/CPUProfileView.js
|
| +++ b/Source/devtools/front_end/CPUProfileView.js
|
| @@ -938,7 +938,7 @@ WebInspector.CPUProfileHeader.prototype = {
|
| WebInspector.ConsoleMessage.MessageLevel.Error);
|
| fileOutputStream.close();
|
| } else if (this._tempFile) {
|
| - this._tempFile.read(didRead.bind(this));
|
| + this._tempFile.read(didRead);
|
| } else {
|
| this._onTempFileReady = onOpenForSave.bind(this, accepted);
|
| }
|
|
|