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