| Index: Source/devtools/front_end/ui/View.js
|
| diff --git a/Source/devtools/front_end/ui/View.js b/Source/devtools/front_end/ui/View.js
|
| index 604134c8599f90496abdfb8d0d5cf88c53e458f0..9439d8ff1ffa7ed6bc585088f57c3c0e77bef7f4 100644
|
| --- a/Source/devtools/front_end/ui/View.js
|
| +++ b/Source/devtools/front_end/ui/View.js
|
| @@ -50,11 +50,6 @@ WebInspector.View = function(isWebComponent)
|
| this._notificationDepth = 0;
|
| }
|
|
|
| -WebInspector.View._buildSourceURL = function(cssFile)
|
| -{
|
| - return "\n/*# sourceURL=" + WebInspector.ParsedURL.completeURL(window.location.href, cssFile) + " */";
|
| -}
|
| -
|
| /**
|
| * @param {string} cssFile
|
| * @return {!Element}
|
|
|