Bug 206837 - Stop using add-then-delete to implement runtime enabled attributes/operations on prototypes, it's inefficient and unnecessary
Summary: Stop using add-then-delete to implement runtime enabled attributes/operations...
Status: RESOLVED DUPLICATE of bug 158557
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 12:38 PST by Sam Weinig
Modified: 2021-04-11 09:09 PDT (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 Sam Weinig 2020-01-27 12:38:33 PST
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.
Comment 1 Sam Weinig 2021-04-11 09:09:38 PDT
Alexey Shvayka is fixing this in a better way in bug 158557

*** This bug has been marked as a duplicate of bug 158557 ***