Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js |
| index 71b7fc56840279e4e786884b493486f547c40827..7a9d9a43df87996a200bf595c584d75bf2c981f2 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js |
| @@ -241,6 +241,14 @@ WebInspector.SourceMap.prototype = { |
| }, |
| /** |
| + * @return {!Array<!WebInspector.SourceMap.Entry>} |
| + */ |
| + mappings: function() |
| + { |
| + return this._mappings; |
|
dgozman
2016/02/03 18:24:11
indentation
kozy
2016/02/09 23:10:09
Done.
|
| + }, |
| + |
| + /** |
| * @param {string} sourceURL |
| * @return {!Array.<!WebInspector.SourceMap.Entry>} |
| */ |