Chromium Code Reviews
DescriptionWIP: Fix WebIDL spec violation: prototype names end with "Prototype".
Unfortunately, this can't land (DO NOT SUBMIT) because it breaks the
garbage collection due to an outstanding issue that was noted in a TODO.
Adds the word "Prototype" to the end of all prototype names, and also
explicitly sets the name of the instances *without* the word "Prototype"
(otherwise they would get the word "Prototype" too). Setting the name of
the instance breaks GC for reasons I don't understand.
This is required by
https://heycam.github.io/webidl/#interface-prototype-object and checked
by idlharness tests.
BUG=687431
Patch Set 1 #
Total comments: 2
Messages
Total messages: 12 (5 generated)
|
|||||||||||||||||||