Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
index 73bc95d917514dac49c6bad1313555aa5be375a7..6fbc7c0719b30af6d54cd9c7c5982bbddd4cb740 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
@@ -114,7 +114,7 @@ void LayoutTextControlSingleLine::layout() |
// We don't honor paddings and borders for textfields without decorations |
// and type=search if the text height is taller than the contentHeight() |
- // because of compability. |
+ // because of compatibility. |
LayoutBox* innerEditorLayoutObject = innerEditorElement()->layoutBox(); |
bool innerEditorLayoutObjectHadLayout = innerEditorLayoutObject && innerEditorLayoutObject->needsLayout(); |