diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 61a67829cc3..9bbfd3d93af 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -4009,7 +4009,6 @@ NS_IMETHODIMP nsPluginHostImpl::NewPluginURLStream(const nsString& aURL, if (postDataRandomAccess) postDataRandomAccess->Seek(PR_SEEK_SET, 0); - httpChannel->SetRequestMethod("POST"); httpChannel->SetUploadStream(postDataStream); if (newPostData) diff --git a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp index 61a67829cc3..9bbfd3d93af 100644 --- a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp @@ -4009,7 +4009,6 @@ NS_IMETHODIMP nsPluginHostImpl::NewPluginURLStream(const nsString& aURL, if (postDataRandomAccess) postDataRandomAccess->Seek(PR_SEEK_SET, 0); - httpChannel->SetRequestMethod("POST"); httpChannel->SetUploadStream(postDataStream); if (newPostData)