Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 6e5b1696c29c5662b53eeb97ac976109796d3fe0..adabf0d1abf02137b97cf02fa4a846808cdfade0 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -129,7 +129,6 @@ class Node : NODE_BASE_CLASSES { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(TreeShared<Node>); |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Node); |
- friend class Document; |
friend class TreeScope; |
friend class TreeScopeAdopter; |
public: |
@@ -782,8 +781,6 @@ private: |
friend class TreeShared<Node>; |
friend class WeakNodeMap; |
- unsigned styledSubtreeSize() const; |
- |
#if !ENABLE(OILPAN) |
void removedLastRef(); |
#endif |