| Index: Source/core/rendering/RenderText.h
|
| diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
|
| index 1ef80606f3b456cfdfbbe8cfe8a9e33c11033bdf..31de4a42da391f023ad0c4fafe8e47c20ad5700e 100644
|
| --- a/Source/core/rendering/RenderText.h
|
| +++ b/Source/core/rendering/RenderText.h
|
| @@ -136,8 +136,6 @@ public:
|
| bool isSecure() const { return style()->textSecurity() != TSNONE; }
|
| void momentarilyRevealLastTypedCharacter(unsigned lastTypedCharacterOffset);
|
|
|
| - InlineTextBox* findNextInlineTextBox(int offset, int& pos) const;
|
| -
|
| void checkConsistency() const;
|
|
|
| bool isAllCollapsibleWhitespace() const;
|
|
|