| Index: Source/core/html/imports/HTMLImportChildClient.h
|
| diff --git a/Source/core/html/imports/HTMLImportChildClient.h b/Source/core/html/imports/HTMLImportChildClient.h
|
| index b363159cc77259901c6abee842c2e1461028dff9..198ebde0959040dae1ce06c387eaad6e90ea90df 100644
|
| --- a/Source/core/html/imports/HTMLImportChildClient.h
|
| +++ b/Source/core/html/imports/HTMLImportChildClient.h
|
| @@ -40,9 +40,7 @@ class HTMLImportChildClient : public WillBeGarbageCollectedMixin {
|
| public:
|
| virtual ~HTMLImportChildClient() { }
|
| virtual void didFinish() = 0;
|
| -#if !ENABLE(OILPAN)
|
| - virtual void importChildWasDestroyed(HTMLImportChild*) = 0;
|
| -#endif
|
| + virtual void importChildWasDisposed(HTMLImportChild*) = 0;
|
| virtual bool isSync() const = 0;
|
| virtual HTMLLinkElement* link() = 0;
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|