Summary: | Some WebKit DOMNode API is unimplemented | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jon Honeycutt <jhoneycutt> | ||||||
Component: | WebKit API | Assignee: | Jon Honeycutt <jhoneycutt> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Windows XP | ||||||||
Attachments: |
|
Description
Jon Honeycutt
2010-03-01 16:39:26 PST
Created attachment 49767 [details]
patch
Created attachment 49771 [details]
patch v2
Fix the check in DOMNode::removeChild() to check if oldChildNode is null, rather than oldChild.
|