| Index: public/web/WebLocalFrame.h
|
| diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
|
| index 72be9be027a3d3374333f3127deeb89687edc365..e085e05dde55b8e7f00c82b55a7c59695ec05d0e 100644
|
| --- a/public/web/WebLocalFrame.h
|
| +++ b/public/web/WebLocalFrame.h
|
| @@ -120,7 +120,7 @@ public:
|
| // Moves the selection extent point. This function does not allow the
|
| // selection to collapse. If the new extent is set to the same position as
|
| // the current base, this function will do nothing.
|
| - virtual void moveRangeSelectionExtent(const WebPoint&, TextGranularity = CharacterGranularity) = 0;
|
| + virtual void moveRangeSelectionExtent(const WebPoint&) = 0;
|
|
|
| // Content Settings -------------------------------------------------------
|
|
|
|
|