Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: Source/core/dom/Node.h

Issue 26900006: Rename Node::willBeDeletedFrom() to willBeDeletedFromDocument() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take comments into consideration Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/ContainerNode.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/ContainerNode.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698