| Index: Source/devtools/front_end/sdk/Linkifier.js
|
| diff --git a/Source/devtools/front_end/sdk/Linkifier.js b/Source/devtools/front_end/sdk/Linkifier.js
|
| index 50455b9d6155cb53d95e0d9142e06d0b5e29da2e..93917642afb8ed63292d6a6bfdfd915cdd3e81fd 100644
|
| --- a/Source/devtools/front_end/sdk/Linkifier.js
|
| +++ b/Source/devtools/front_end/sdk/Linkifier.js
|
| @@ -286,6 +286,7 @@ WebInspector.Linkifier.LinkHandler.prototype = {
|
| * @param {string} scriptId
|
| * @param {number} lineNumber
|
| * @param {number=} columnNumber
|
| + * @return {string}
|
| */
|
| WebInspector.Linkifier.liveLocationText = function(target, scriptId, lineNumber, columnNumber)
|
| {
|
|
|