Bug 156572 - RenderMathMLOperator: Add helper function to retrieve italic correction
Summary: RenderMathMLOperator: Add helper function to retrieve italic correction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on:
Blocks: 130325 152244 153918
  Show dependency treegraph
 
Reported: 2016-04-14 02:25 PDT by Frédéric Wang (:fredw)
Modified: 2016-04-14 11:27 PDT (History)
11 users (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2016-04-14 02:40 PDT, Frédéric Wang (:fredw)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2016-04-14 02:25:54 PDT
This is a simple function introduced for the sake of the RenderMathMLScript refactoring. I suspect this is the only reason why bug 152244 depends on bug 153918, so let's do this change here even if that won't be used yet.
Comment 1 Frédéric Wang (:fredw) 2016-04-14 02:40:30 PDT
Created attachment 276384 [details]
Patch
Comment 2 Darin Adler 2016-04-14 09:45:31 PDT
Comment on attachment 276384 [details]
Patch

It’s normally against project rules to check in an unused function.
Comment 3 Frédéric Wang (:fredw) 2016-04-14 11:27:49 PDT
Committed r199548: <http://trac.webkit.org/changeset/199548>