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() { |