Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: Source/core/html/imports/HTMLImportLoader.h

Issue 249563003: REGRESSION(r171966): Custom elements in async imports don't get upgrade. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698