| Index: Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
|
| index 58e2097fb25384bfd745dee405c4299e34b4b86b..51aa9d814e3c62a7278809213400ec88a6453fdc 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -127,7 +127,7 @@ public:
|
| }
|
|
|
| private:
|
| - static WillBeHeapHashCountedSet<RawPtrWillBeMember<Node> >& disabledSubtreeRoots();
|
| + static WillBeHeapHashCountedSet<RawPtrWillBeMember<Node>>& disabledSubtreeRoots();
|
|
|
| RawPtrWillBeMember<Node> m_root;
|
| };
|
|
|