| Index: third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js
|
| index 47a4c210020854e5ca202fd963e1a4585da49aa5..58bdf45e533b57dca5820d254a73a6d9d2db28a3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js
|
| @@ -172,9 +172,9 @@ WebInspector.CSSSourceFrame.prototype = {
|
| /**
|
| * @override
|
| */
|
| - onTextEditorContentLoaded: function()
|
| + onTextEditorContentSet: function()
|
| {
|
| - WebInspector.UISourceCodeFrame.prototype.onTextEditorContentLoaded.call(this);
|
| + WebInspector.UISourceCodeFrame.prototype.onTextEditorContentSet.call(this);
|
| if (Runtime.experiments.isEnabled("sourceColorPicker"))
|
| this._updateColorSwatches();
|
| },
|
|
|