summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Document.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-17 21:02:23 +0100
committerBen Murdoch <benm@google.com>2009-08-17 21:02:23 +0100
commitb32f88b61a9162a5194ab02c12fc3aff6140e30e (patch)
tree0140a21d6c949df5dc674aee32e5e032cbf6cf1c /WebCore/dom/Document.h
parente8fa33c2275a5db4e835561017e8fc2fd0b5bcc5 (diff)
downloadexternal_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.zip
external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.gz
external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.bz2
Fix the last of the linker errors !
Diffstat (limited to 'WebCore/dom/Document.h')
-rw-r--r--WebCore/dom/Document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h
index 0489077..fc4dc7e 100644
--- a/WebCore/dom/Document.h
+++ b/WebCore/dom/Document.h
@@ -811,6 +811,8 @@ public:
protected:
Document(Frame*, bool isXHTML);
+ void setStyleSelector(CSSStyleSelector* styleSelector) { m_styleSelector = styleSelector; }
+
#if ENABLE(TOUCH_EVENTS) // Android
public:
typedef HashMap<Node*, unsigned > TouchListenerMap;
@@ -823,8 +825,6 @@ private:
TouchListenerMap m_touchEventListeners;
#endif // ENABLE(TOUCH_EVENTS)
- void setStyleSelector(CSSStyleSelector* styleSelector) { m_styleSelector = styleSelector; }
-
private:
virtual void refScriptExecutionContext() { ref(); }
virtual void derefScriptExecutionContext() { deref(); }