| Index: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00004a
|
| diff --git a/Source/devtools/front_end/UISourceCode.js b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00004a
|
| similarity index 98%
|
| copy from Source/devtools/front_end/UISourceCode.js
|
| copy to Source/devtools/blink/chromeServerProfile/Default/Cache/f_00004a
|
| index 6d0aa1185a06ac3cbb52ce9ea7d1b2bbc11b5aa2..a03fbd63bd92a6c3e882dbd1934fb4743d4c8745 100644
|
| --- a/Source/devtools/front_end/UISourceCode.js
|
| +++ b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00004a
|
| @@ -733,18 +733,6 @@ WebInspector.UISourceCode.prototype = {
|
| this.dispatchEventToListeners(WebInspector.UISourceCode.Events.SourceMappingChanged, data);
|
| },
|
|
|
| - /**
|
| - * @param {number} lineNumber
|
| - * @param {number=} columnNumber
|
| - * @return {!WebInspector.UILocation}
|
| - */
|
| - uiLocation: function(lineNumber, columnNumber)
|
| - {
|
| - if (typeof columnNumber === "undefined")
|
| - columnNumber = 0;
|
| - return new WebInspector.UILocation(this, lineNumber, columnNumber);
|
| - },
|
| -
|
| __proto__: WebInspector.Object.prototype
|
| }
|
|
|
|
|