diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl_mac.cc')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl_mac.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl_mac.cc b/webkit/glue/plugins/webplugin_delegate_impl_mac.cc index 1a25ad6c..7c806dc 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl_mac.cc +++ b/webkit/glue/plugins/webplugin_delegate_impl_mac.cc @@ -454,4 +454,3 @@ void WebPluginDelegateImpl::URLRequestRouted(const std::string&url, instance()->SetURLLoadData(GURL(url.c_str()), notify_data); } } - |