Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index deec415fe62e49ffa69e3fc77adf57d4615667e6..4c43c50460ab59be869b3248fdcc8d7015af2ded 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -162,7 +162,7 @@ public: |
static void dumpStatistics(); |
virtual ~Node(); |
- void willBeDeletedFrom(Document*); |
+ void willBeDeletedFrom(Document&); |
adamk
2013/10/16 17:15:17
This method really should be protected, it only ex
|
// DOM methods & attributes for Node |