Bug 28377

Summary: StyledElement should use ASCIICType instead of having its own toHex function
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch mitz: review+

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.