Index: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h |
index aa032481d1baa64f227f519592fbe1e8e03e450f..7dd5e8f039fadfcb52a117fed89d66fe858d9735 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h |
+++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h |
@@ -20,12 +20,13 @@ |
#ifndef SVGPathStringBuilder_h |
#define SVGPathStringBuilder_h |
+#include "core/CoreExport.h" |
#include "core/svg/SVGPathConsumer.h" |
#include "wtf/text/StringBuilder.h" |
namespace blink { |
-class SVGPathStringBuilder final : public SVGPathConsumer { |
+class CORE_EXPORT SVGPathStringBuilder final : public SVGPathConsumer { |
public: |
String result(); |