Bug 124119 - Simplify some is-this-a-MathML-element? checks.
Summary: Simplify some is-this-a-MathML-element? checks.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 00:36 PST by Andreas Kling
Modified: 2013-11-10 02:54 PST (History)
12 users (show)

See Also:


Attachments
Patch (3.42 KB, patch)
2013-11-10 00:36 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.