| Index: Source/devtools/front_end/workspace/UISourceCode.js
|
| diff --git a/Source/devtools/front_end/workspace/UISourceCode.js b/Source/devtools/front_end/workspace/UISourceCode.js
|
| index 267e58df5f251929a82c5aac3602193ae3f88943..1b374623fc42f589f914df608d9aaf80055a6e1d 100644
|
| --- a/Source/devtools/front_end/workspace/UISourceCode.js
|
| +++ b/Source/devtools/front_end/workspace/UISourceCode.js
|
| @@ -462,7 +462,7 @@
|
| }
|
| if (this.isDirty())
|
| return this._workingCopy;
|
| - return this._content || "";
|
| + return this._content;
|
| },
|
|
|
| resetWorkingCopy: function()
|
|
|