Index: third_party/WebKit/Source/core/dom/Node.h |
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
index 8725bf275c9008b7177b6b66618e33d8a940b2e8..87fa89f1e2c48320d917c3ce731a759a3f239697 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.h |
+++ b/third_party/WebKit/Source/core/dom/Node.h |
@@ -867,6 +867,7 @@ class CORE_EXPORT Node : public EventTarget { |
Node(TreeScope*, ConstructionType); |
+ virtual void willMoveToNewDocument(Document& oldDocument); |
virtual void didMoveToNewDocument(Document& oldDocument); |
void addedEventListener(const AtomicString& eventType, |