| Index: sky/engine/core/html/imports/HTMLImportChild.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportChild.h b/sky/engine/core/html/imports/HTMLImportChild.h
|
| index a5acbcc7192df2896dae3fad29c0ed078e5de587..1ca71e78509b05fb8fbec83f5cdc9872c8b6658a 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportChild.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportChild.h
|
| @@ -38,7 +38,6 @@
|
|
|
| namespace blink {
|
|
|
| -class CustomElementMicrotaskImportStep;
|
| class HTMLImportLoader;
|
| class HTMLImportChildClient;
|
| class Element;
|
| @@ -85,17 +84,13 @@ public:
|
| #endif
|
|
|
| void didFinishLoading();
|
| - void didFinishUpgradingCustomElements();
|
| void normalize();
|
|
|
| private:
|
| void didFinish();
|
| void shareLoader();
|
| - void createCustomElementMicrotaskStepIfNeeded();
|
| - void invalidateCustomElementMicrotaskStep();
|
|
|
| KURL m_url;
|
| - WeakPtr<CustomElementMicrotaskImportStep> m_customElementMicrotaskStep;
|
| #if !ENABLE(OILPAN)
|
| WeakPtrFactory<HTMLImportChild> m_weakFactory;
|
| #endif
|
|
|