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

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

Issue 274213003: HTML Imports: Make sure new imports being added to the "first child" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ready to review Created 6 years, 7 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 3bd55bd8615ea7c8c05716966251bdb03e4beaf1..561532cbe6ee1456cdd725e659205057389e8834 100644
--- a/Source/core/html/imports/HTMLImportChild.h
+++ b/Source/core/html/imports/HTMLImportChild.h
@@ -88,6 +88,7 @@ public:
void didFinishLoading();
void didFinishUpgradingCustomElements();
bool isLoaded() const;
+ void normalize();
private:
// RawResourceOwner doing nothing.

Powered by Google App Engine
This is Rietveld 408576698