Bug 89737

Summary: Node::hasRareData() can be eliminated.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: esprehn
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 89635    
Bug Blocks:    

Description Hajime Morrita 2012-06-21 22:55:14 PDT
Once Bug 89635 is landed. hasRareData() and rareData() is almost equivalent and we can get rid of one of which.
Comment 1 Elliott Sprehn 2013-01-24 20:38:59 PST
We can't remove hasRareData now because we need it to differentiate the union in Node for rare data.