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

Unified Diff: third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js

Issue 2166603002: DevTools: roll CodeMirror (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert unnecessary typeIn change Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js
diff --git a/third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js b/third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js
index fa1ae030a5442c7ab85ca8cf301ca76e6cf18132..70e1ae18c7481742598c8b2069b8a6c717f47257 100644
--- a/third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js
+++ b/third_party/WebKit/Source/devtools/front_end/cm/matchbrackets.js
@@ -81,7 +81,7 @@
if (marks.length) {
// Kludge to work around the IE bug from issue #1193, where text
// input stops going to the textare whever this fires.
- if (ie_lt8 && cm.state.focused) cm.display.input.focus();
+ if (ie_lt8 && cm.state.focused) cm.focus();
var clear = function() {
cm.operation(function() {

Powered by Google App Engine
This is Rietveld 408576698