| Index: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
|
| diff --git a/Source/devtools/front_end/IsolatedFileSystem.js b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
|
| similarity index 97%
|
| copy from Source/devtools/front_end/IsolatedFileSystem.js
|
| copy to Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
|
| index 6089d28ea1da5baf5c890dbd72a7a8994a7e537c..28003da0e9d49f991728a01b7fdb8a3160ce34c7 100644
|
| --- a/Source/devtools/front_end/IsolatedFileSystem.js
|
| +++ b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00005c
|
| @@ -80,19 +80,6 @@ WebInspector.IsolatedFileSystem.prototype = {
|
| /**
|
| * @return {string}
|
| */
|
| - normalizedPath: function()
|
| - {
|
| - if (this._normalizedPath)
|
| - return this._normalizedPath;
|
| - this._normalizedPath = this._path;
|
| - if (WebInspector.isWin())
|
| - this._normalizedPath = this._normalizedPath.replace(/\\/g, "/");
|
| - return this._normalizedPath;
|
| - },
|
| -
|
| - /**
|
| - * @return {string}
|
| - */
|
| name: function()
|
| {
|
| return this._name;
|
|
|