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

Unified Diff: Source/core/html/imports/HTMLImportChild.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/HTMLImportChild.h
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
index 2460e5fa7d6cecd03897c221cd5106bc394cd4a7..294a749ec6f0fc696a8f2fb1c2a8703b07d7ce0b 100644
--- a/Source/core/html/imports/HTMLImportChild.h
+++ b/Source/core/html/imports/HTMLImportChild.h
@@ -84,6 +84,7 @@ public:
bool loaderHasError() const;
void didFinishLoading();
+ void didFinishMicrotask();
dominicc (has gone to gerrit) 2014/04/30 23:57:20 I think this name is too vague to the point of bei
private:
// RawResourceOwner doing nothing.

Powered by Google App Engine
This is Rietveld 408576698