| Index: Source/core/frame/DOMWindowProperty.h
|
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h
|
| index 5ec31f820e083fd5d0fc0d197a639b1df45dd1e8..dcb12e57328543041f093eaca020f58fbd9ebd59 100644
|
| --- a/Source/core/frame/DOMWindowProperty.h
|
| +++ b/Source/core/frame/DOMWindowProperty.h
|
| @@ -46,6 +46,8 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| + // TODO(Oilpan): when ~DOMWindowProperty is removed, check classes that derive
|
| + // from it. Several will then be able to derive from GarbageCollected<> instead.
|
| #if !ENABLE(OILPAN)
|
| virtual ~DOMWindowProperty();
|
| #endif
|
|
|