| Index: sky/engine/core/dom/ElementDataCache.h
|
| diff --git a/sky/engine/core/dom/ElementDataCache.h b/sky/engine/core/dom/ElementDataCache.h
|
| index 83719d2185dbb4a111a2414d891e6c442a911103..d94a1f666a3232e609ef335274946c81a4123210 100644
|
| --- a/sky/engine/core/dom/ElementDataCache.h
|
| +++ b/sky/engine/core/dom/ElementDataCache.h
|
| @@ -40,7 +40,7 @@ namespace blink {
|
| class Attribute;
|
| class ShareableElementData;
|
|
|
| -class ElementDataCache final : public DummyBase<ElementDataCache> {
|
| +class ElementDataCache {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ElementDataCache)
|
| public:
|
| static PassOwnPtr<ElementDataCache> create() { return adoptPtr(new ElementDataCache); }
|
|
|