Index: public/web/WebLocalFrame.h |
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h |
index adc667b980c582ee0a97628f6951b747dfbd9bd0..1d49da229f5d29b662a77266829e4771273ad9d7 100644 |
--- a/public/web/WebLocalFrame.h |
+++ b/public/web/WebLocalFrame.h |
@@ -107,7 +107,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 ------------------------------------------------------- |