Loading dom/plugins/base/nsNPAPIPlugin.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -688,7 +688,7 @@ protected: public: nsNPAPIStreamWrapper(nsIOutputStream* stream); ~nsNPAPIStreamWrapper(); virtual ~nsNPAPIStreamWrapper(); void GetStream(nsIOutputStream* &result); NPStream* GetNPStream() { return &fNPStream; } Loading dom/plugins/base/nsPluginStreamListenerPeer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1335,6 +1335,9 @@ public: { } ChannelRedirectProxyCallback() {} virtual ~ChannelRedirectProxyCallback() {} NS_DECL_ISUPPORTS NS_IMETHODIMP OnRedirectVerifyCallback(nsresult result) Loading Loading
dom/plugins/base/nsNPAPIPlugin.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -688,7 +688,7 @@ protected: public: nsNPAPIStreamWrapper(nsIOutputStream* stream); ~nsNPAPIStreamWrapper(); virtual ~nsNPAPIStreamWrapper(); void GetStream(nsIOutputStream* &result); NPStream* GetNPStream() { return &fNPStream; } Loading
dom/plugins/base/nsPluginStreamListenerPeer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1335,6 +1335,9 @@ public: { } ChannelRedirectProxyCallback() {} virtual ~ChannelRedirectProxyCallback() {} NS_DECL_ISUPPORTS NS_IMETHODIMP OnRedirectVerifyCallback(nsresult result) Loading