| Index: third_party/WebKit/Source/devtools/front_end/text_editor/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/module.json b/third_party/WebKit/Source/devtools/front_end/text_editor/module.json
|
| index 46787cbdcedd86bca06b22f3f087a2b6e93319a2..40f6b48c0ed6e3c2ef11171a9991ba48733ab0a5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/text_editor/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/module.json
|
| @@ -7,6 +7,10 @@
|
| {
|
| "type": "@WebInspector.TokenizerFactory",
|
| "className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
|
| + },
|
| + {
|
| + "type": "@WebInspector.TextEditorFactory",
|
| + "className": "WebInspector.CodeMirrorTextEditorFactory"
|
| }
|
| ],
|
| "dependencies": [
|
|
|