Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
index 7f2cd10e6f77e92ac4e506e1c89740b9eb1a7b6e..7e8ac3161f9b59960f43d58c54b70003c12b760c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -140,7 +140,9 @@ public: |
} |
private: |
- CORE_EXPORT static HeapHashCountedSet<Member<Node>>& disabledSubtreeRoots(); |
+ using SubtreeRootSet = HeapHashCountedSet<Member<Node>>; |
+ |
+ CORE_EXPORT static SubtreeRootSet& disabledSubtreeRoots(); |
Member<Node> m_root; |
}; |