Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: Source/core/dom/Node.h

Issue 783303002: Remove Node Document friend relationship (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Document.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/dom/Document.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698