| Index: Source/devtools/front_end/UISourceCode.js
|
| diff --git a/Source/devtools/front_end/UISourceCode.js b/Source/devtools/front_end/UISourceCode.js
|
| index cf07f0b58f762dd85a315565698ee9922fe0bdbd..232cdba90b4e1b9a6993f61f54420e1c4d87c26b 100644
|
| --- a/Source/devtools/front_end/UISourceCode.js
|
| +++ b/Source/devtools/front_end/UISourceCode.js
|
| @@ -770,6 +770,13 @@ WebInspector.RawLocation = function()
|
| {
|
| }
|
|
|
| +WebInspector.RawLocation.prototype = {
|
| + /**
|
| + * @return {?WebInspector.UILocation}
|
| + */
|
| + toUILocation: function() { }
|
| +}
|
| +
|
| /**
|
| * @constructor
|
| * @param {!WebInspector.RawLocation} rawLocation
|
|
|