Commit 78ac54f8 authored by sigbjornf@opera.com's avatar sigbjornf@opera.com

Oilpan: fix build after r201639.

TBR=oilpan-reviews
BUG=none
NOTRY=true

Review URL: https://codereview.chromium.org/1312073003

git-svn-id: svn://svn.chromium.org/blink/trunk@201647 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 329b4754
...@@ -58,6 +58,7 @@ public: ...@@ -58,6 +58,7 @@ public:
const CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; } const CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; }
DEFINE_INLINE_TRACE() DEFINE_INLINE_TRACE()
{ {
visitor->trace(m_ruleData);
visitor->trace(m_parentStyleSheet); visitor->trace(m_parentStyleSheet);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment