| Index: Source/WebCore/dom/Node.h
|
| ===================================================================
|
| --- Source/WebCore/dom/Node.h (revision 81434)
|
| +++ Source/WebCore/dom/Node.h (working copy)
|
| @@ -354,6 +354,9 @@
|
| // removed from its previous document.
|
| void setDocument(Document*);
|
|
|
| + // Used by the basic DOM methods (e.g., appendChild()).
|
| + void setDocumentRecursively(Document*);
|
| +
|
| // Returns true if this node is associated with a document and is in its associated document's
|
| // node tree, false otherwise.
|
| bool inDocument() const
|
| @@ -646,7 +649,6 @@
|
| void markCachedNodeListsSlow(JSC::MarkStack&, JSC::JSGlobalData&);
|
| #endif
|
|
|
| - void setDocumentRecursively(Document*);
|
| void setStyleChange(StyleChangeType);
|
|
|
| // Used to share code between lazyAttach and setNeedsStyleRecalc.
|
|
|