Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: third_party/WebKit/Source/core/html/HTMLAreaElement.h

Issue 1396983003: Oilpan: fix build after r353261, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698