Bug 28377 - StyledElement should use ASCIICType instead of having its own toHex function
Summary: StyledElement should use ASCIICType instead of having its own toHex function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 22:07 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
patch (2.66 KB, patch)
2009-08-16 22:09 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-16 22:07:35 PDT
There's code to parse image properties that uses its own local hex function, but it should use functions from ASCIICType.h instead.
Comment 1 Darin Adler 2009-08-16 22:09:27 PDT
Created attachment 34948 [details]
patch
Comment 2 Darin Adler 2009-08-16 22:26:35 PDT
http://trac.webkit.org/changeset/47350
Comment 3 Lucas Forschler 2019-02-06 09:03:58 PST
Mass moving XML DOM bugs to the "DOM" Component.