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 46c62a24e4323647b8e8f6044dc45e32cf2db7b3..31ab8b40b5783f31b5d2c5ce6f511b3353882b47 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: |