| Index: Source/bindings/core/v8/Nullable.h
|
| diff --git a/Source/bindings/core/v8/Nullable.h b/Source/bindings/core/v8/Nullable.h
|
| index 1dd00e41935267e2f87b99ca95820e253ef3b755..ff968dd8c734146cbc5485eec83eae28944f9865 100644
|
| --- a/Source/bindings/core/v8/Nullable.h
|
| +++ b/Source/bindings/core/v8/Nullable.h
|
| @@ -69,7 +69,7 @@ public:
|
| return (m_isNull && other.m_isNull) || (!m_isNull && !other.m_isNull && m_value == other.m_value);
|
| }
|
|
|
| - void trace(Visitor* visitor)
|
| + DEFINE_INLINE_TRACE()
|
| {
|
| TraceIfNeeded<T>::trace(visitor, &m_value);
|
| }
|
|
|