summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterhandler.h')
-rw-r--r--indra/newview/llfloaterhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterhandler.h b/indra/newview/llfloaterhandler.h
index b08f1f35b4..cd9d8b5377 100644
--- a/indra/newview/llfloaterhandler.h
+++ b/indra/newview/llfloaterhandler.h
@@ -38,8 +38,8 @@ class LLFloaterHandler
: public LLCommandHandler
{
public:
- LLFloaterHandler() : LLCommandHandler("floater", true) { }
- bool handle(const LLSD& params, const LLSD& query_map, LLWebBrowserCtrl* web);
+ LLFloaterHandler() : LLCommandHandler("floater", UNTRUSTED_BLOCK) { }
+ bool handle(const LLSD& params, const LLSD& query_map, LLMediaCtrl* web);
};
#endif