| Index: Source/core/html/parser/HTMLConstructionSite.h
|
| diff --git a/Source/core/html/parser/HTMLConstructionSite.h b/Source/core/html/parser/HTMLConstructionSite.h
|
| index 2203f2ecb09fbe5508f1377db0a206f09f5900a6..b039ef1eeaf1feba8bfc83a0029c6dcc1abe6e43 100644
|
| --- a/Source/core/html/parser/HTMLConstructionSite.h
|
| +++ b/Source/core/html/parser/HTMLConstructionSite.h
|
| @@ -56,7 +56,7 @@ public:
|
| {
|
| }
|
|
|
| - void trace(Visitor* visitor)
|
| + DEFINE_INLINE_TRACE()
|
| {
|
| visitor->trace(parent);
|
| visitor->trace(nextChild);
|
| @@ -112,7 +112,7 @@ public:
|
| HTMLConstructionSite(Document*, ParserContentPolicy);
|
| HTMLConstructionSite(DocumentFragment*, ParserContentPolicy);
|
| ~HTMLConstructionSite();
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| void detach();
|
|
|
| @@ -297,7 +297,7 @@ private:
|
| return stringBuilder.isEmpty();
|
| }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| RefPtrWillBeMember<ContainerNode> parent;
|
| RefPtrWillBeMember<Node> nextChild;
|
|
|