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

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: Address comments 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 8488ed01644dd6bd34b5b2c51da6a0b6295c2118..74c01b64bae8affb42d1d97626f831d00260050c 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();
« no previous file with comments | « Source/devtools/front_end/sdk/IndexedDBModel.js ('k') | Source/devtools/front_end/source_frame/CodeMirrorUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698