Bug 89737
| Summary: | Node::hasRareData() can be eliminated. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | 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: | |||
Hajime Morrita
Once Bug 89635 is landed. hasRareData() and rareData() is almost equivalent and we can get rid of one of which.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Sprehn
We can't remove hasRareData now because we need it to differentiate the union in Node for rare data.