| Index: third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.h b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| index d9343b1b8fa38483143e1e2c6262be9fd1a34bc3..f86b8bd9b199a51de096e9bb4258ab34b445eaf7 100644
|
| --- a/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| +++ b/third_party/WebKit/Source/core/dom/SelectorQuery.h
|
| @@ -85,7 +85,7 @@ private:
|
| bool m_needsUpdatedDistribution : 1;
|
| };
|
|
|
| -class SelectorQuery {
|
| +class CORE_EXPORT SelectorQuery {
|
| WTF_MAKE_NONCOPYABLE(SelectorQuery);
|
| USING_FAST_MALLOC(SelectorQuery);
|
| public:
|
|
|