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 fcfb3ff26bf8ce2963edfe47902cd6ecdae24555..0ed30f7f6a118dc3adb15e81e17427bd4be35319 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -81,7 +81,6 @@ class Attr; |
class CDATASection; |
class CSSStyleSheet; |
class CanvasFontCache; |
-class CharacterData; |
class ChromeClient; |
class CompositorPendingAnimations; |
class Comment; |
@@ -752,8 +751,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; |