diff options
-rw-r--r-- | linden/indra/newview/llmediactrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmediactrl.cpp b/linden/indra/newview/llmediactrl.cpp index c3bcf85..8b60326 100644 --- a/linden/indra/newview/llmediactrl.cpp +++ b/linden/indra/newview/llmediactrl.cpp | |||
@@ -201,7 +201,7 @@ BOOL LLMediaCtrl::handleMouseUp( S32 x, S32 y, MASK mask ) | |||
201 | 201 | ||
202 | // *HACK: media_plugin_webkit automatically takes focus on mouseup, | 202 | // *HACK: media_plugin_webkit automatically takes focus on mouseup, |
203 | // in addition to the onFocusReceived() call below. Undo this. JC | 203 | // in addition to the onFocusReceived() call below. Undo this. JC |
204 | // RED-595: Is this really still the case for webkit? | 204 | // IMP-595: Is this really still the case for webkit? |
205 | if (!mTakeFocusOnClick) | 205 | if (!mTakeFocusOnClick) |
206 | { | 206 | { |
207 | mMediaSource->focus(false); | 207 | mMediaSource->focus(false); |