| 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 f98426b3d9dce88296682652c7a847bf0e4873af..8bab280f20f48180dc5210bc0aef7e6b645aede7 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; | 
| +    }, | 
| + | 
| +    /** | 
| * @param {string} sourceURL | 
| * @return {!Array.<!WebInspector.SourceMap.Entry>} | 
| */ | 
|  |