Chromium Code Reviews| Index: Source/core/html/imports/HTMLImportChild.h |
| diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h |
| index 3bd55bd8615ea7c8c05716966251bdb03e4beaf1..561532cbe6ee1456cdd725e659205057389e8834 100644 |
| --- a/Source/core/html/imports/HTMLImportChild.h |
| +++ b/Source/core/html/imports/HTMLImportChild.h |
| @@ -88,6 +88,7 @@ public: |
| void didFinishLoading(); |
| void didFinishUpgradingCustomElements(); |
| bool isLoaded() const; |
| + void normalize(); |
| private: |
| // RawResourceOwner doing nothing. |