Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js |
| index 9c5688aadf842c078fd9aea3e90fc222a1018356..2e49ebc77da20b641d1ff03226641e5887d3ef12 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js |
| @@ -73,6 +73,9 @@ UI.TextEditor.prototype = { |
| clearAutocomplete() {} |
| }; |
| +/** @implements {Common.Emittable} */ |
| +UI.TextEditor.ContentChangedEvent = class {}; |
|
einbinder
2017/03/13 18:08:18
@lushnikov SourcesTextEditor is firing a TextChang
|
| + |
| /** |
| * @typedef {{ |
| * bracketMatchingSetting: (!Common.Setting|undefined), |