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: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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 ***