| Index: sky/engine/core/html/imports/HTMLImport.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImport.h b/sky/engine/core/html/imports/HTMLImport.h
|
| index 2fbb19d884b92746721028a5ab512d71e5a53bd3..711a96256cae0d1e71434fe63853f421283bb8c3 100644
|
| --- a/sky/engine/core/html/imports/HTMLImport.h
|
| +++ b/sky/engine/core/html/imports/HTMLImport.h
|
| @@ -94,7 +94,7 @@ class KURL;
|
|
|
| // The superclass of HTMLImportTreeRoot and HTMLImportChild
|
| // This represents the import tree data structure.
|
| -class HTMLImport : public DummyBase<HTMLImport>, public TreeNode<HTMLImport> {
|
| +class HTMLImport : public TreeNode<HTMLImport> {
|
| public:
|
| enum SyncMode {
|
| Sync = 0,
|
|
|