Bug 206837
| Summary: | Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary. We should instead the ability to conditionally intercept the adding of the properties as they are reified.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Alexey Shvayka is fixing this in a better way in bug 158557
*** This bug has been marked as a duplicate of bug 158557 ***