| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index e6029b3265135bba2d5c9e39a73e6364e12cb132..3c3841c9adf1877ea81553a02cb55c16e064a49d 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -915,7 +915,7 @@ public:
|
| // The current selection state for an object. For blocks, the state refers to the state of the leaf
|
| // descendants (as described above in the SelectionState enum declaration).
|
| SelectionState selectionState() const { return m_bitfields.selectionState(); }
|
| - virtual void setSelectionState(SelectionState state) { m_bitfields.setSelectionState(state); }
|
| + virtual void setSelectionState(SelectionState);
|
| inline void setSelectionStateIfNeeded(SelectionState);
|
| bool canUpdateSelectionOnRootLineBoxes() const;
|
|
|
|
|