This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> secondlife-bin.exe!LLViewerMediaImpl::navigateInternal() Line 2725 C++ | |
secondlife-bin.exe!LLViewerMediaImpl::navigateTo(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & url, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & mime_type, bool rediscover_type, bool server_request) Line 2638 C++ | |
secondlife-bin.exe!LLMediaCtrl::navigateTo(std::basic_string<char,std::char_traits<char>,std::allocator<char> > url_in, std::basic_string<char,std::char_traits<char>,std::allocator<char> > mime_type) Line 572 C++ | |
secondlife-bin.exe!LLFloaterWebContent::onEnterAddress() Line 513 C++ | |
secondlife-bin.exe!boost::signals2::detail::signal2_impl<void,LLUICtrl *,LLSD const &,boost::signals2::optional_last_value<void>,int,std::less<int>,boost::function<void __cdecl(LLUICtrl *,LLSD const &)>,boost::function<void __cdecl(boost::signals2::connection const &,LLUICtrl *,LLSD const &)>,boost::signals2::mutex>::slot_invoker::operator()(const boost::shared_ptr<boost::signa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indra/newview/llmediactrl.cpp | 10 +++++++--- | |
1 file changed, 7 insertions(+), 3 deletions(-) | |
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp | |
index 80ed404..e4bbcec 100644 | |
--- a/indra/newview/llmediactrl.cpp | |
+++ b/indra/newview/llmediactrl.cpp | |
@@ -565,9 +565,12 @@ void LLMediaCtrl::navigateTo( std::string url_in, std::string mime_type) | |
if (ensureMediaSourceExists()) |