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 b3f64137860e7fa8ea2c786a7fe798b7e6f04e8c..26a7436702ad837d0328fed4b8a0a622846ea03d 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(); |
virtual void didMoveToNewDocument(Document& oldDocument); |
void addedEventListener(const AtomicString& eventType, |