| Index: third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| index 4bb7c5f137fc158744b93d7bed7769279a12596a..f1d1e2208c98811f6067e2dfa5c39d07ff91144f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
|
| @@ -92,7 +92,7 @@ WebInspector.SASSSourceMapping.prototype = {
|
| continue;
|
| handledUISourceCodes.add(uiSourceCode);
|
| var sassText = /** @type {string} */(newSources.get(sourceURL));
|
| - uiSourceCode.addRevision(sassText);
|
| + uiSourceCode.setWorkingCopy(sassText);
|
| }
|
| }
|
| },
|
|
|