| Index: sky/engine/core/html/HTMLImportElement.h
|
| diff --git a/sky/engine/core/html/HTMLImportElement.h b/sky/engine/core/html/HTMLImportElement.h
|
| index 00c8e2761d96b0bbc7a5e34c35ee0fbfcb0fbfc4..097393dec116778e90e3b4a3b24711efdf073acc 100644
|
| --- a/sky/engine/core/html/HTMLImportElement.h
|
| +++ b/sky/engine/core/html/HTMLImportElement.h
|
| @@ -23,7 +23,7 @@ private:
|
| void load();
|
|
|
| // From HTMLElement
|
| - InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| + void insertedInto(ContainerNode*) override;
|
|
|
| // From HTMLImportChildClient
|
| void didFinish() override;
|
|
|