| Index: third_party/WebKit/public/web/WebTestingSupport.h
|
| diff --git a/third_party/WebKit/public/web/WebTestingSupport.h b/third_party/WebKit/public/web/WebTestingSupport.h
|
| index 565953b1d00018320789e545d1b22b530416a7ce..0822ea392ef621e0c79b48ccc820561d8f56a3d6 100644
|
| --- a/third_party/WebKit/public/web/WebTestingSupport.h
|
| +++ b/third_party/WebKit/public/web/WebTestingSupport.h
|
| @@ -34,9 +34,9 @@
|
|
|
| class WebTestingSupport {
|
| public:
|
| - static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
|
| - static void injectInternalsObject(WebLocalFrame*);
|
| - static void resetInternalsObject(WebLocalFrame*);
|
| + BLINK_EXPORT static v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
|
| + BLINK_EXPORT static void injectInternalsObject(WebLocalFrame*);
|
| + BLINK_EXPORT static void resetInternalsObject(WebLocalFrame*);
|
| };
|
|
|
| }
|
|
|