| Index: Source/devtools/front_end/TextEditor.js
|
| diff --git a/Source/devtools/front_end/TextEditor.js b/Source/devtools/front_end/TextEditor.js
|
| index 55688a14f956735ea280facd473fd356edbfa8e0..0c30fe9d42664b67e5aa4d79fcd709d4c7c3ce2b 100644
|
| --- a/Source/devtools/front_end/TextEditor.js
|
| +++ b/Source/devtools/front_end/TextEditor.js
|
| @@ -331,6 +331,8 @@ WebInspector.TextEditorDelegate.prototype = {
|
|
|
| editorFocused: function() { },
|
|
|
| + editorBlurred: function() { },
|
| +
|
| /**
|
| * @param {!WebInspector.ContextMenu} contextMenu
|
| * @param {number} lineNumber
|
|
|