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