Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js

Issue 344443003: DevTools: Code fixes for the Closure compiler roll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
diff --git a/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js b/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
index eca30e979b85c6e69a0306d8a2b3fd9cc143c741..88692cc8e9b0af03405ca0e9176f14b9c418d0df 100644
--- a/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
+++ b/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
@@ -246,6 +246,9 @@ CodeMirror.commands.redoAndReveal = function(codemirror)
codemirror._codeMirrorTextEditor._autocompleteController.finishAutocomplete();
}
+/**
+ * @return {!Object|undefined}
+ */
CodeMirror.commands.dismissMultipleSelections = function(codemirror)
{
var selections = codemirror.listSelections();

Powered by Google App Engine
This is Rietveld 408576698