summaryrefslogtreecommitdiff
path: root/indra/media_plugins/webkit
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-12-17 17:05:04 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2009-12-17 17:05:04 -0800
commitb7ddd2e4fec6ea553b0b3d17e6ece987a6bcdd7a (patch)
treed9483e8d5d7279bc73ae5893af5b483ef2d9d43f /indra/media_plugins/webkit
parent7105ad1def21c3e55c5c650a954b966553fe4174 (diff)
Fix a code comment now that we enable NSAPI plugins under Darwin.
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r--indra/media_plugins/webkit/media_plugin_webkit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/media_plugin_webkit.cpp b/indra/media_plugins/webkit/media_plugin_webkit.cpp
index 844da76042..2ce295a4b2 100644
--- a/indra/media_plugins/webkit/media_plugin_webkit.cpp
+++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp
@@ -209,7 +209,7 @@ private:
// Enable plugins
LLQtWebKit::getInstance()->enablePlugins(true);
#elif LL_DARWIN
- // Disable plugins
+ // Enable plugins
LLQtWebKit::getInstance()->enablePlugins(true);
#elif LL_LINUX
// Disable plugins