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

Unified Diff: Source/core/html/HTMLIFrameElement.h

Issue 1035533003: Oilpan: fix build++ after r192490. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: provide null trace() for non-oilpan Created 5 years, 9 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 | « Source/core/dom/DOMSettableTokenList.cpp ('k') | Source/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLIFrameElement.h
diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
index 3694a9fff4993b1856d8da6ed2eda266df1d7c9d..2e99bbfebac2c36d6398bcf99a57769bdf51db8a 100644
--- a/Source/core/html/HTMLIFrameElement.h
+++ b/Source/core/html/HTMLIFrameElement.h
@@ -31,6 +31,7 @@ namespace blink {
class HTMLIFrameElement final : public HTMLFrameElementBase, public DOMSettableTokenListObserver {
DEFINE_WRAPPERTYPEINFO();
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN_NESTED(HTMLIFrameElement, HTMLFrameElementBase);
public:
DECLARE_NODE_FACTORY(HTMLIFrameElement);
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/core/dom/DOMSettableTokenList.cpp ('k') | Source/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698