| Index: Source/devtools/front_end/View.js
|
| diff --git a/Source/devtools/front_end/View.js b/Source/devtools/front_end/View.js
|
| index 0e406a604e3ad3f8e4b8e53a6cf5a7d82026b197..8e88deac368f5c6b7cee9cd6a63891fd5711c1aa 100644
|
| --- a/Source/devtools/front_end/View.js
|
| +++ b/Source/devtools/front_end/View.js
|
| @@ -358,7 +358,7 @@ WebInspector.View.prototype = {
|
|
|
| _buildSourceURL: function(cssFile)
|
| {
|
| - return "\n/*@ sourceURL=" + WebInspector.ParsedURL.completeURL(window.location.href, cssFile) + " */";
|
| + return "\n/*# sourceURL=" + WebInspector.ParsedURL.completeURL(window.location.href, cssFile) + " */";
|
| },
|
|
|
| _disableCSSIfNeeded: function()
|
|
|