| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index acb3e5204810d53feee52a547e46cdd85ad3cd97..b1508b86c2bb86abeb7976026ffeeb25788cd4d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -78,7 +78,6 @@ class Attr;
|
| class CDATASection;
|
| class CSSStyleSheet;
|
| class CanvasFontCache;
|
| -class CharacterData;
|
| class ChromeClient;
|
| class CompositorPendingAnimations;
|
| class Comment;
|
| @@ -749,8 +748,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| void nodeChildrenWillBeRemoved(ContainerNode&);
|
| // nodeWillBeRemoved is only safe when removing one node at a time.
|
| void nodeWillBeRemoved(Node&);
|
| - // Called just before a destructive update to some CharacterData.
|
| - void dataWillChange(const CharacterData&);
|
| bool canAcceptChild(const Node& newChild,
|
| const Node* oldChild,
|
| ExceptionState&) const;
|
|
|