| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| index d9d361b49c01a131b08aa0591a029aaa5ec9600f..1513f8f80ce413d59e63209f2cd93819ff8007d1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| @@ -35,7 +35,6 @@ class Path;
|
|
|
| class CORE_EXPORT HTMLAreaElement final : public HTMLAnchorElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLAreaElement);
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLAreaElement);
|
|
|
| @@ -49,8 +48,6 @@ public:
|
| // The parent map's image.
|
| HTMLImageElement* imageElement() const;
|
|
|
| - DEFINE_INLINE_VIRTUAL_TRACE() { HTMLAnchorElement::trace(visitor); }
|
| -
|
| private:
|
| explicit HTMLAreaElement(Document&);
|
| ~HTMLAreaElement();
|
|
|