| Index: webkit/api/public/WebDevToolsFrontend.h
|
| ===================================================================
|
| --- webkit/api/public/WebDevToolsFrontend.h (revision 30797)
|
| +++ webkit/api/public/WebDevToolsFrontend.h (working copy)
|
| @@ -43,11 +43,10 @@
|
| // direct and delegate Apis to the host.
|
| class WebDevToolsFrontend {
|
| public:
|
| - static WebDevToolsFrontend* create(WebView* view,
|
| - WebDevToolsFrontendClient* client,
|
| - const WebString& applicationLocale);
|
| + WEBKIT_API static WebDevToolsFrontend* create(WebView* view,
|
| + WebDevToolsFrontendClient* client,
|
| + const WebString& applicationLocale);
|
|
|
| - WebDevToolsFrontend() {}
|
| virtual ~WebDevToolsFrontend() {}
|
|
|
| virtual void dispatchMessageFromAgent(const WebString& className,
|
|
|