Mathml inlines are still bidi containers. Bug 371481, r=uriber, sr=rbs
git-svn-id: svn://10.0.0.236/trunk@228058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -479,9 +479,6 @@ public:
|
||||
}
|
||||
|
||||
virtual PRBool IsFrameOfType(PRUint32 aFlags) const {
|
||||
// Override nsInlineFrame. XXX Should we really?
|
||||
if (aFlags & (nsIFrame::eBidiInlineContainer))
|
||||
return PR_FALSE;
|
||||
return nsInlineFrame::IsFrameOfType(aFlags & ~(nsIFrame::eMathML));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user