| Index: sky/engine/core/dom/shadow/ElementShadow.h
|
| diff --git a/sky/engine/core/dom/shadow/ElementShadow.h b/sky/engine/core/dom/shadow/ElementShadow.h
|
| index 046467e90cfd72e79f5452f9b90eff483ae49a16..7aa3ded3cab16774aef2ec3fde6df19653bc5674 100644
|
| --- a/sky/engine/core/dom/shadow/ElementShadow.h
|
| +++ b/sky/engine/core/dom/shadow/ElementShadow.h
|
| @@ -38,9 +38,9 @@
|
|
|
| namespace blink {
|
|
|
| -class ElementShadow final : public DummyBase<ElementShadow> {
|
| +class ElementShadow final {
|
| WTF_MAKE_NONCOPYABLE(ElementShadow);
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassOwnPtr<ElementShadow> create();
|
| ~ElementShadow();
|
|
|