| Index: third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.cpp b/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| index 228921c39512a69abb308115e09beb5b83f37305..8aa3a7c90159efc7555a57e9c24c4b9dfb620df9 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.cpp
|
| @@ -606,4 +606,6 @@ MutableStylePropertySet* MutableStylePropertySet::create(
|
| return new MutableStylePropertySet(properties, count);
|
| }
|
|
|
| +DEFINE_TRACE(CSSLazyPropertyParser) {}
|
| +
|
| } // namespace blink
|
|
|