Index: Source/core/html/imports/HTMLImportChild.h |
diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h |
index 4663765dff28a649920608be8053c52f67051d7f..aafc6ebcec1c64550e4ceac253b2676589f114c7 100644 |
--- a/Source/core/html/imports/HTMLImportChild.h |
+++ b/Source/core/html/imports/HTMLImportChild.h |
@@ -58,6 +58,7 @@ public: |
HTMLLinkElement* link() const; |
const KURL& url() const { return m_url; } |
+ void ownerInserted(); |
void didShareLoader(); |
void didStartLoading(); |
#if !ENABLE(OILPAN) |