| Index: Source/core/html/imports/HTMLImportTreeRoot.h
|
| diff --git a/Source/core/html/imports/HTMLImportTreeRoot.h b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| index 34e53d861a120a4d44751eb9848e9fe5d68f94a6..e754f8f4e230372c6a63083869d88bd2ae51a3f4 100644
|
| --- a/Source/core/html/imports/HTMLImportTreeRoot.h
|
| +++ b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| @@ -19,6 +19,7 @@ public:
|
| static PassOwnPtrWillBeRawPtr<HTMLImportTreeRoot> create(Document*);
|
|
|
| virtual ~HTMLImportTreeRoot();
|
| + void dispose();
|
|
|
| // HTMLImport
|
| virtual Document* document() const override;
|
|
|