| Index: sky/engine/core/html/imports/HTMLImportTreeRoot.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportTreeRoot.h b/sky/engine/core/html/imports/HTMLImportTreeRoot.h
|
| index 60eede1d7686585b555912f41ca9f93a97edc108..6114ebd9c4e5d38ea16845d8e4866a622ed90f16 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportTreeRoot.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportTreeRoot.h
|
| @@ -30,8 +30,6 @@ public:
|
| HTMLImportChild* add(PassOwnPtr<HTMLImportChild>);
|
| HTMLImportChild* find(const KURL&) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| explicit HTMLImportTreeRoot(Document*);
|
|
|
|
|