Closed
Bug 1087444
Opened 10 years ago
Closed 8 years ago
Make the sNativePropertyHooks of bindings actually static
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
No description provided.
Comment 1•10 years ago
|
||
I mentioned on irc that this is not possible right now due to NativePropertyHooks::mProtoHooks, which is used by ShimInterfaceInfo. I don't know of a good way to remove that dependency.
Comment 2•8 years ago
|
||
It doesn't look like this will be possible, since derived interfaces have a pointer to their parent interface's sNativePropertyHooks in their sNativePropertyHooks.
Assignee: Ms2ger → nobody
Status: NEW → RESOLVED
Closed: 8 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → INVALID
Reporter | ||
Comment 3•8 years ago
|
||
Well, comment 1 did mention that part. The question is whether we can change ShimInterfaceInfo to not depend on that link and then kill that link... and whether that's worth it.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•