| Index: webkit/glue/webthread_impl.h
|
| diff --git a/webkit/glue/webthread_impl.h b/webkit/glue/webthread_impl.h
|
| index 98736861f0b87d4345c7b80b7e37c1db209cab4a..75aa5b6a3f0360521357db269b36e0abdffb5b57 100644
|
| --- a/webkit/glue/webthread_impl.h
|
| +++ b/webkit/glue/webthread_impl.h
|
| @@ -52,8 +52,9 @@ class WebThreadImpl : public WebThreadBase {
|
|
|
| class WebThreadImplForMessageLoop : public WebThreadBase {
|
| public:
|
| - explicit WebThreadImplForMessageLoop(base::MessageLoopProxy* message_loop);
|
| - virtual ~WebThreadImplForMessageLoop();
|
| + WEBKIT_GLUE_EXPORT explicit WebThreadImplForMessageLoop(
|
| + base::MessageLoopProxy* message_loop);
|
| + WEBKIT_GLUE_EXPORT virtual ~WebThreadImplForMessageLoop();
|
|
|
| virtual void postTask(Task* task);
|
| virtual void postDelayedTask(Task* task, long long delay_ms);
|
|
|