| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptOutline.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptOutline.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptOutline.js
|
| index b709232c52294582f8f1cd0994540e0cfdcbdf9e..c9a9347ab22cd6e70ff46dfa672a3efbf7cd84a4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptOutline.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptOutline.js
|
| @@ -82,5 +82,5 @@ WebInspector.javaScriptOutline = function(content)
|
| }
|
|
|
| postMessage({ chunk: outlineChunk, isLastChunk: true });
|
| -}
|
| +};
|
|
|
|
|