Index: Source/core/rendering/InlineBox.cpp |
diff --git a/Source/core/rendering/InlineBox.cpp b/Source/core/rendering/InlineBox.cpp |
index da06758f913b190afe59497dd05ea785deb1b08d..dd4955c14a35796deef3150adad8352ee357d5e9 100644 |
--- a/Source/core/rendering/InlineBox.cpp |
+++ b/Source/core/rendering/InlineBox.cpp |
@@ -282,7 +282,7 @@ InlineBox* InlineBox::prevLeafChildIgnoringLineBreak() const |
return leaf; |
} |
-RenderObject::SelectionState InlineBox::selectionState() |
+RenderObject::SelectionState InlineBox::selectionState() const |
{ |
return renderer().selectionState(); |
} |