Bug 89737 - Node::hasRareData() can be eliminated.
Summary: Node::hasRareData() can be eliminated.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 89635
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-21 22:55 PDT by Hajime Morrita
Modified: 2013-01-24 20:38 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.