Index: third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
index 1f656b7749f2a19a75e0130e48057ecf12528bb1..9a0edfe817fb1af5817aa3168c956d83a9489c96 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
@@ -21,11 +21,12 @@ |
#ifndef CSSParserSelector_h |
#define CSSParserSelector_h |
+#include "core/CoreExport.h" |
#include "core/css/CSSSelector.h" |
namespace blink { |
-class CSSParserSelector { |
+class CORE_EXPORT CSSParserSelector { |
WTF_MAKE_NONCOPYABLE(CSSParserSelector); USING_FAST_MALLOC(CSSParserSelector); |
public: |
CSSParserSelector(); |