Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
index 1f875b8224a58f53fcc8935f2772a7ba4f7e2472..f7c413e7cff1ac79a732417b472a9ca2b54c3dc1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
@@ -239,7 +239,7 @@ void LayoutBoxModelObject::styleDidChange(StyleDifference diff, const ComputedSt |
} |
if (oldStyle && wasHorizontalWritingMode != isHorizontalWritingMode()) { |
- // Changing the writingMode() may change isOrthogonalWritingModeRoot() |
+ // Changing the getWritingMode() may change isOrthogonalWritingModeRoot() |
// of children. Make sure all children are marked/unmarked as orthogonal |
// writing-mode roots. |
bool newHorizontalWritingMode = isHorizontalWritingMode(); |