| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 19f9ce932a2d185e4e3b2fe48ebcafc0d145ec03..b3e39a0bcab8f4e342f1e0923ac8b6457f8d500b 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -177,6 +177,7 @@ public:
|
| RawPtr<Range> firstRange() const;
|
|
|
| void nodeWillBeRemoved(Node&);
|
| + void dataWillChange(const CharacterData& node);
|
| void didUpdateCharacterData(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
|
| void didMergeTextNodes(const Text& oldNode, unsigned offset);
|
| void didSplitTextNode(const Text& oldNode);
|
|
|