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

Unified Diff: third_party/WebKit/Source/devtools/front_end/cm/simple.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/simple.js
diff --git a/third_party/WebKit/Source/devtools/front_end/cm/simple.js b/third_party/WebKit/Source/devtools/front_end/cm/simple.js
index 795328b83df4ed8675a2cff64937e332dbe31275..df663365e8c23459a6b1f1ea4f186a9a0b839f4c 100644
--- a/third_party/WebKit/Source/devtools/front_end/cm/simple.js
+++ b/third_party/WebKit/Source/devtools/front_end/cm/simple.js
@@ -60,7 +60,7 @@
function ensureState(states, name) {
if (!states.hasOwnProperty(name))
- throw new Error("Undefined state " + name + "in simple mode");
+ throw new Error("Undefined state " + name + " in simple mode");
}
function toRegex(val, caret) {

Powered by Google App Engine
This is Rietveld 408576698