| Index: src/plugin/PluginWbPassThrough.h |
| diff --git a/src/plugin/PluginWbPassThrough.h b/src/plugin/PluginWbPassThrough.h |
| index c3ae80bfed2c16ddca68d26479d4df2d440c7d0c..04f0bf65d70768be6b6414985a750c1440142c14 100644 |
| --- a/src/plugin/PluginWbPassThrough.h |
| +++ b/src/plugin/PluginWbPassThrough.h |
| @@ -37,8 +37,8 @@ public: |
| bool m_isCustomResponse; |
| int GetContentTypeFromMimeType(const CString& mimeType); |
| - int GetContentTypeFromURL(const std::wstring& src); |
| - int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src); |
| + int GetContentTypeFromURL(const std::wstring& src); |
| + int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src); |
|
Eric
2015/02/02 18:41:58
If you're going to make a change that is just inde
|
| bool IsFlashRequest(const wchar_t* const* additionalHeaders); |
| public: |
| BEGIN_COM_MAP(WBPassthruSink) |