| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| index bf28b7c1e1139682da624067f408ad3c052d088a..b029f2b683362446ec00613da53a4267d0f439f2 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -41,7 +41,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CustomElementSyncMicrotaskQueue;
|
| +class V0CustomElementSyncMicrotaskQueue;
|
| class Document;
|
| class DocumentWriter;
|
| class HTMLImportChild;
|
| @@ -89,7 +89,7 @@ public:
|
| // Called by Document::didRemoveAllPendingStylesheet.
|
| void didRemoveAllPendingStylesheet();
|
|
|
| - CustomElementSyncMicrotaskQueue* microtaskQueue() const;
|
| + V0CustomElementSyncMicrotaskQueue* microtaskQueue() const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| @@ -121,7 +121,7 @@ private:
|
| State m_state;
|
| Member<Document> m_document;
|
| Member<DocumentWriter> m_writer;
|
| - Member<CustomElementSyncMicrotaskQueue> m_microtaskQueue;
|
| + Member<V0CustomElementSyncMicrotaskQueue> m_microtaskQueue;
|
| };
|
|
|
| } // namespace blink
|
|
|