| Index: public/platform/WebPrerenderingSupport.h
|
| diff --git a/public/platform/WebPrerenderingSupport.h b/public/platform/WebPrerenderingSupport.h
|
| index e31a52fe29b97b7adf7d356476f496dac8f5146b..a8646cb239e0ca9c67fe9227f2c95f030d795ee9 100644
|
| --- a/public/platform/WebPrerenderingSupport.h
|
| +++ b/public/platform/WebPrerenderingSupport.h
|
| @@ -39,9 +39,9 @@ class WebPrerender;
|
|
|
| class WebPrerenderingSupport {
|
| public:
|
| - BLINK_EXPORT static void initialize(WebPrerenderingSupport*);
|
| - BLINK_EXPORT static void shutdown();
|
| - BLINK_EXPORT static WebPrerenderingSupport* current();
|
| + BLINK_PLATFORM_EXPORT static void initialize(WebPrerenderingSupport*);
|
| + BLINK_PLATFORM_EXPORT static void shutdown();
|
| + BLINK_PLATFORM_EXPORT static WebPrerenderingSupport* current();
|
|
|
| // A prerender link element is added when it is inserted into a document.
|
| virtual void add(const WebPrerender&) = 0;
|
|
|