| Index: third_party/WebKit/LayoutTests/inspector/editor/text-editor-indent-autodetection.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-indent-autodetection.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-indent-autodetection.html
|
| index 37b203ad354ee11362b752c1cc8782e18574e043..2f58bb4f0972d153a7df8cf2ddddb7a3b52451b2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-indent-autodetection.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-indent-autodetection.html
|
| @@ -27,7 +27,7 @@ function test()
|
| textEditor.setText(result.value);
|
| var indent = textEditor.indent();
|
| var description = indent === WebInspector.TextUtils.Indent.TabCharacter ? "Tab" : indent.length + " spaces";
|
| - InspectorTest.addResult("Autodetected indentation for " + snippetName + ": " +
|
| + InspectorTest.addResult("Autodetected indentation for " + snippetName + ": " +
|
| description);
|
| next();
|
| }
|
|
|