| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| index 2d24e9e8504766c91ffc9d6d8b12685018d9c006..c5a15eaffba59827157f45f7290cd77b734d6833 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| @@ -15,7 +15,7 @@ namespace WebCore {
|
| class CustomElementCallbackQueue;
|
| class CustomElementMicrotaskImportStep;
|
| class CustomElementMicrotaskStep;
|
| -class HTMLImport;
|
| +class HTMLImportLoader;
|
|
|
| class CustomElementMicrotaskDispatcher {
|
| WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher);
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| static CustomElementMicrotaskDispatcher& instance();
|
|
|
| - void enqueue(HTMLImport*, PassOwnPtr<CustomElementMicrotaskStep>);
|
| + void enqueue(HTMLImportLoader*, PassOwnPtr<CustomElementMicrotaskStep>);
|
| void enqueue(CustomElementCallbackQueue*);
|
|
|
| void importDidFinish(CustomElementMicrotaskImportStep*);
|
|
|