diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webplugin.h | 2 | ||||
-rw-r--r-- | webkit/glue/webplugin_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 1c79876..d83601a 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -117,7 +117,7 @@ class WebPlugin { // by plugins. If the plugin wants notification of the result, notify_id will // be non-zero. virtual void HandleURLRequest(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index fbe9ff6..d747d27 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -229,7 +229,7 @@ class WebPluginImpl : public WebPlugin, WebPluginResourceClient* client); void HandleURLRequestInternal(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, |