| 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 cef1413cc304fe07171fba0db17eeea9d28a7c6d..813ed4b430c638bc598072f6f53bb157e800bc0d 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;
|
|
|