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 519f08b3823d17024ebd570cceda10d9ceb45167..94db63de8de476f9348838fe5044f02acc8cf156 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(); |