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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAnchorElement.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 | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
index d37e6092b26c01c3e709d7a3238744ff0f189f65..deeae3f7a170723bbc249da1d3af7842fcb169c2 100644
--- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
@@ -59,8 +59,8 @@ enum {
class CORE_EXPORT HTMLAnchorElement : public HTMLElement, public DOMURLUtils, public DOMSettableTokenListObserver {
DEFINE_WRAPPERTYPEINFO();
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLAnchorElement);
public:
- DECLARE_VIRTUAL_TRACE();
static PassRefPtrWillBeRawPtr<HTMLAnchorElement> create(Document&);
~HTMLAnchorElement() override;
@@ -90,6 +90,8 @@ public:
DOMSettableTokenList* ping();
+ DECLARE_VIRTUAL_TRACE();
+
protected:
HTMLAnchorElement(const QualifiedName&, Document&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698