7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged

Reviewed-by: art
This commit is contained in:
Anton Tarasov 2012-05-25 20:57:41 +04:00
parent aea990be82
commit ecba4fb037

View file

@ -561,7 +561,7 @@ public abstract class KeyboardFocusManager
rootAncestor = (Container)focusOwner; rootAncestor = (Container)focusOwner;
} }
if (rootAncestor != null) { if (rootAncestor != null) {
setGlobalCurrentFocusCycleRoot(rootAncestor); setGlobalCurrentFocusCycleRootPriv(rootAncestor);
} }
} }