| 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 f50aa62fe3ecd3cf74b9a122caf26abdbe4d3b05..03e475c552962cf7f1fba5c4b0f4f32a27b19e41 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -174,6 +174,7 @@ public:
|
|
|
| void documentAttached(Document*);
|
| void documentDetached(const Document&);
|
| + void nodeChildrenWillBeRemoved(ContainerNode&);
|
| void nodeWillBeRemoved(Node&);
|
| void dataWillChange(const CharacterData& node);
|
| void didUpdateCharacterData(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
|
|
|