| Index: third_party/WebKit/Source/devtools/front_end/network/HARWriter.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/HARWriter.js b/third_party/WebKit/Source/devtools/front_end/network/HARWriter.js
|
| index a460f03ca3dc5d0c4d3509e7c2ec4179e0234cfa..afa3eacef078655be98a279d969f73361b936206 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/HARWriter.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/HARWriter.js
|
| @@ -33,7 +33,7 @@
|
| */
|
| WebInspector.HARWriter = function()
|
| {
|
| -}
|
| +};
|
|
|
| WebInspector.HARWriter.prototype = {
|
| /**
|
| @@ -120,4 +120,4 @@ WebInspector.HARWriter.prototype = {
|
| stream.write(text, this._writeNextChunk.bind(this));
|
| this._writeProgress.setWorked(this._bytesWritten);
|
| }
|
| -}
|
| +};
|
|
|