Bug 124119

Summary: Simplify some is-this-a-MathML-element? checks.
Product: WebKit Reporter: Andreas Kling <kling>
Component: MathMLAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dbarton, dmazzoni, fred.wang, jcraig, jdiggs, mario, mrobinson, samuel_white
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-11-10 00:36:15 PST
isMathMLElement() is now a simple Node flag test, so we don't need to cast to Element before we can check on it.
Comment 1 Andreas Kling 2013-11-10 00:36:44 PST
Created attachment 216517 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-10 02:54:28 PST
Comment on attachment 216517 [details]
Patch

Clearing flags on attachment: 216517

Committed r159021: <http://trac.webkit.org/changeset/159021>
Comment 3 WebKit Commit Bot 2013-11-10 02:54:30 PST
All reviewed patches have been landed.  Closing bug.