| Index: Source/core/dom/ContextFeatures.h
|
| diff --git a/Source/core/dom/ContextFeatures.h b/Source/core/dom/ContextFeatures.h
|
| index 207a2011542e31c27936163d41aa129db32173a3..9b0a6d0832fd5f8b1c2ea9c9bd3fb5d0e38037f1 100644
|
| --- a/Source/core/dom/ContextFeatures.h
|
| +++ b/Source/core/dom/ContextFeatures.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef ContextFeatures_h
|
| #define ContextFeatures_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/RefCountedSupplement.h"
|
|
|
| namespace blink {
|
| @@ -83,7 +84,7 @@ public:
|
| virtual void urlDidChange(Document*) { }
|
| };
|
|
|
| -void provideContextFeaturesTo(Page&, PassOwnPtr<ContextFeaturesClient>);
|
| +CORE_EXPORT void provideContextFeaturesTo(Page&, PassOwnPtr<ContextFeaturesClient>);
|
| void provideContextFeaturesToDocumentFrom(Document&, Page&);
|
|
|
| inline PassRefPtrWillBeRawPtr<ContextFeatures> ContextFeatures::create(PassOwnPtr<ContextFeaturesClient> client)
|
|
|