Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 15414a8b24d5fa8cfe86073acd869197a755891b..c6657e56e86690eb5dcf6fdad2d00174cf614e32 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -163,7 +163,6 @@ public: |
static void dumpStatistics(); |
virtual ~Node(); |
- void willBeDeletedFrom(Document*); |
// DOM methods & attributes for Node |
@@ -792,6 +791,8 @@ protected: |
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const { } |
+ void willBeDeletedFromDocument(); |
+ |
bool hasRareData() const { return getFlag(HasRareDataFlag); } |
NodeRareData* rareData() const; |