| Index: third_party/WebKit/Source/core/xml/XPathValue.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathValue.h b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| index d71e5ba5fc0e5510f6bec1cc48b14b07a988d9f6..44653a99a020c083869db7640b90167009c55d1d 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathValue.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathValue.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef XPathValue_h
|
| #define XPathValue_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/xml/XPathNodeSet.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -64,7 +65,7 @@ class ValueData : public GarbageCollectedFinalized<ValueData> {
|
|
|
| // Copying Value objects makes their data partially shared, so care has to be
|
| // taken when dealing with copies.
|
| -class Value {
|
| +class CORE_EXPORT Value {
|
| DISALLOW_NEW();
|
|
|
| public:
|
|
|