| Index: sky/engine/core/dom/custom/CustomElementScheduler.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementScheduler.h b/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| index 5a8b83fc025d58a5270c5fc732cc16f2cf3bdb02..0e3c854f8a2ebf86373e45b276c7acd50b3f488e 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementScheduler.h
|
| @@ -41,7 +41,6 @@
|
|
|
| namespace blink {
|
|
|
| -class CustomElementDescriptor;
|
| class CustomElementMicrotaskImportStep;
|
| class CustomElementMicrotaskStep;
|
| class CustomElementRegistrationContext;
|
| @@ -56,7 +55,7 @@ public:
|
| static void scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, CustomElementLifecycleCallbacks::CallbackType);
|
| static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue);
|
|
|
| - static void resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&);
|
| + static void resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>);
|
| static CustomElementMicrotaskImportStep* scheduleImport(HTMLImportChild*);
|
|
|
| static void microtaskDispatcherDidFinish();
|
|
|