Index: third_party/WebKit/Source/core/html/imports/LinkImport.h |
diff --git a/third_party/WebKit/Source/core/html/imports/LinkImport.h b/third_party/WebKit/Source/core/html/imports/LinkImport.h |
index 9fbacc35cf8c72f34cc430e1b0d00c10c3862145..a002819f956160f56d09749ad82c37018de52493 100644 |
--- a/third_party/WebKit/Source/core/html/imports/LinkImport.h |
+++ b/third_party/WebKit/Source/core/html/imports/LinkImport.h |
@@ -59,6 +59,7 @@ class LinkImport final : public LinkResource, public HTMLImportChildClient { |
bool hasLoaded() const override; |
DECLARE_VIRTUAL_TRACE(); |
void ownerInserted() override; |
+ void ownerRemoved() override; |
// HTMLImportChildClient |
void didFinish() override; |