| Index: third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js b/third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js
|
| index e22858aeb344120fc4aff84020abaf6a02d27715..b106eb0baa133109ccf48add0f16df1d5c673fa9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js
|
| @@ -622,7 +622,7 @@ WebInspector.SnippetsProject.prototype = {
|
| */
|
| setFileContent: function(uiSourceCode, newContent, callback)
|
| {
|
| - this._model._setScriptSnippetContent(uiSourceCode.path(), newContent);
|
| + this._model._setScriptSnippetContent(uiSourceCode.url(), newContent);
|
| callback("");
|
| },
|
|
|
|
|