Index: Source/core/html/imports/LinkImport.h |
diff --git a/Source/core/html/imports/LinkImport.h b/Source/core/html/imports/LinkImport.h |
index 9bcf9a78f3cafa0dd9709eb95147c3723132bf00..e56339f68dca4dda9a5200ad4c2be570b4474888 100644 |
--- a/Source/core/html/imports/LinkImport.h |
+++ b/Source/core/html/imports/LinkImport.h |
@@ -60,6 +60,7 @@ public: |
virtual Type type() const OVERRIDE { return Import; } |
virtual bool hasLoaded() const OVERRIDE; |
virtual void trace(Visitor*) OVERRIDE; |
+ virtual void ownerInserted() OVERRIDE; |
// HTMLImportChildClient |
virtual void didFinish() OVERRIDE; |