Index: Source/core/html/imports/LinkImport.h |
diff --git a/Source/core/html/imports/LinkImport.h b/Source/core/html/imports/LinkImport.h |
index abfd182e9a51ffad9bc276b34a4010247320bf87..44031838c91c71794cf614675769f9b84707afc1 100644 |
--- a/Source/core/html/imports/LinkImport.h |
+++ b/Source/core/html/imports/LinkImport.h |
@@ -64,9 +64,7 @@ public: |
// HTMLImportChildClient |
virtual void didFinish() override; |
-#if !ENABLE(OILPAN) |
- virtual void importChildWasDestroyed(HTMLImportChild*) override; |
-#endif |
+ virtual void importChildWasDisposed(HTMLImportChild*) override; |
virtual bool isSync() const override; |
virtual HTMLLinkElement* link() override; |