Chromium Code Reviews| Index: Source/core/css/CSSComputedStyleDeclaration.h |
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h |
| index 23684957b26b2c2e0e0fa7ad6531c744bfcaecf8..c7bb727c3c1552e15591f894d4bf1df6ad5ff4d0 100644 |
| --- a/Source/core/css/CSSComputedStyleDeclaration.h |
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h |
| @@ -21,6 +21,7 @@ |
| #ifndef CSSComputedStyleDeclaration_h |
| #define CSSComputedStyleDeclaration_h |
| +#include "core/CoreExport.h" |
| #include "core/css/CSSStyleDeclaration.h" |
| #include "core/style/ComputedStyleConstants.h" |
| #include "wtf/HashMap.h" |
| @@ -43,7 +44,7 @@ class ShadowList; |
| class StyleColor; |
| class StylePropertyShorthand; |
| -class CSSComputedStyleDeclaration final : public CSSStyleDeclaration { |
| +class CORE_EXPORT CSSComputedStyleDeclaration final : public CSSStyleDeclaration { |
|
tasak
2015/04/15 06:08:15
non dll-interface class 'blink::CSSStyleDeclaratio
|
| public: |
| static PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> create(PassRefPtrWillBeRawPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String()) |
| { |