summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Node.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-18 19:15:12 +0100
committerBen Murdoch <benm@google.com>2009-08-18 20:52:17 +0100
commit632f4508222c2a617e6820e9388867c0f4821db8 (patch)
tree3ec05f44ec5e997c1df700e4fc40f31376c1b62b /WebCore/dom/Node.h
parentd227fc870c7a697500a3c900c31baf05fb9a8524 (diff)
downloadexternal_webkit-632f4508222c2a617e6820e9388867c0f4821db8.zip
external_webkit-632f4508222c2a617e6820e9388867c0f4821db8.tar.gz
external_webkit-632f4508222c2a617e6820e9388867c0f4821db8.tar.bz2
Compilation and link error fixes for new webkit r47420.
Diffstat (limited to 'WebCore/dom/Node.h')
-rw-r--r--WebCore/dom/Node.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebCore/dom/Node.h b/WebCore/dom/Node.h
index d1f58dc..054761e 100644
--- a/WebCore/dom/Node.h
+++ b/WebCore/dom/Node.h
@@ -507,19 +507,6 @@ public:
static size_t reportDOMNodesSize();
#endif
-protected:
- virtual void willMoveToNewOwnerDocument();
- virtual void didMoveToNewOwnerDocument();
-
- virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const { }
- void setTabIndexExplicitly(short);
-
- bool hasRareData() const { return m_hasRareData; }
-
- NodeRareData* rareData() const;
- NodeRareData* ensureRareData();
-
-public:
virtual Node* toNode() { return this; }
virtual ScriptExecutionContext* scriptExecutionContext() const;