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

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

Issue 1085033003: Introduce InspectorIdentifiers<> and use it to assign/lookup LocalFrame and DocumentLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win build error fixed Created 5 years, 8 months 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/DOMNodeIds.cpp ('k') | Source/core/dom/WeakIdentifierMap.h » ('j') | 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 77eb482c2f2ceb9259f0e4b06e0b069e7d057b5c..1035eecb78746905a0d1862089cf125e9c0c44bc 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -87,7 +87,9 @@ using StaticNodeList = StaticNodeTypeList<Node>;
class TagCollection;
class Text;
class TouchEvent;
+#if !ENABLE(OILPAN)
template <typename T> struct WeakIdentifierMapTraits;
+#endif
const int nodeStyleChangeShift = 19;
@@ -797,10 +799,10 @@ protected:
private:
friend class TreeShared<Node>;
+#if !ENABLE(OILPAN)
// FIXME: consider exposing proper API for this instead.
friend struct WeakIdentifierMapTraits<Node>;
-#if !ENABLE(OILPAN)
void removedLastRef();
#endif
bool hasTreeSharedParent() const { return !!parentOrShadowHostNode(); }
« no previous file with comments | « Source/core/dom/DOMNodeIds.cpp ('k') | Source/core/dom/WeakIdentifierMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698