| Index: Source/core/editing/SetSelectionCommand.h
|
| diff --git a/Source/core/editing/SetSelectionCommand.h b/Source/core/editing/SetSelectionCommand.h
|
| index b4f09afea2f78158fb773d239e3d29f2c3070f28..5eb1326a0b1f37748ddaa2a512a04d75b603e1ab 100644
|
| --- a/Source/core/editing/SetSelectionCommand.h
|
| +++ b/Source/core/editing/SetSelectionCommand.h
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SetSelectionCommand : public SimpleEditCommand {
|
| +class SetSelectionCommand FINAL : public SimpleEditCommand {
|
| public:
|
| static PassRefPtr<SetSelectionCommand> create(const VisibleSelection& selection, FrameSelection::SetSelectionOptions options)
|
| {
|
|
|