| Index: Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/Source/core/html/imports/HTMLImportLoader.h b/Source/core/html/imports/HTMLImportLoader.h
|
| index a39f140493bdc54316b9663bdad7dcc75cbf7971..ef3774eea9439be1a0f4128f9ee433e36fbd87b0 100644
|
| --- a/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -85,6 +85,7 @@ public:
|
| void didRemoveAllPendingStylesheet();
|
|
|
| PassRefPtr<CustomElementMicrotaskQueue> microtaskQueue() const;
|
| + PassRefPtr<CustomElementMicrotaskQueue> ensureMicrotaskQueue();
|
|
|
| private:
|
| HTMLImportLoader(HTMLImportsController*);
|
|
|