| Index: third_party/WebKit/LayoutTests/inspector/editor/editor-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/editor-test.js b/third_party/WebKit/LayoutTests/inspector/editor/editor-test.js
|
| index d1450059a83b78af46732f0ef24e4e450f24778c..051d4e2a3e82ab155905a95d39d621a72dafa772 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/editor-test.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/editor-test.js
|
| @@ -3,7 +3,7 @@ function initialize_EditorTests()
|
|
|
| InspectorTest.createTestEditor = function(clientHeight, textEditorDelegate)
|
| {
|
| - var textEditor = new WebInspector.CodeMirrorTextEditor(textEditorDelegate || new WebInspector.TextEditorDelegate());
|
| + var textEditor = new WebInspector.SourcesTextEditor(textEditorDelegate || new WebInspector.SourcesTextEditorDelegate());
|
| clientHeight = clientHeight || 100;
|
| textEditor.element.style.height = clientHeight + "px";
|
| textEditor.element.style.flex = "none";
|
|
|