| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
|
| index 2c0b38042f2d4a54fe37accb73e5bcdc9c4c7409..c09700ad56ecd2f252293f36ebc65dee1cbf8ad0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/RelaxedJSONParser.js
|
| @@ -193,7 +193,7 @@ WebInspector.RelaxedJSONParser.parse = function(content)
|
| }
|
| return value;
|
| }
|
| -}
|
| +};
|
|
|
| /**
|
| * @typedef {!{key: (number|string), tip: (!Array|!Object), state: ?WebInspector.RelaxedJSONParser.States, parentIsArray: boolean}}
|
|
|