| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index ab27eafc0f39b867a98dca73e0633111fca1bd03..6dbee0c4b663649b9567cebd7bf35f5376d233e9 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -205,7 +205,7 @@ public:
|
| String selectedText() const;
|
| String selectedTextForClipboard() const;
|
|
|
| - FloatRect bounds(bool clipToVisibleContent = true) const;
|
| + FloatRect bounds() const;
|
|
|
| HTMLFormElement* currentForm() const;
|
|
|
|
|