DescriptionPush ScriptWrappable inheritance down from SVGAnimatedPropertyBase
Rather than letting the base inherit and then override for actually
wrappable subclasses, put the inheritance in the subclasses.
This avoids having "dead" ScriptWrappables on subclasses that don't need
this functionality.
Since this removes the last user of the DEFINE_WRAPPERTYPEINFO_NOT_REACHED
macro, remove that too.
BUG=596011
Committed: https://crrev.com/adc7b8b7f37f3135c0e5c464680f6e0bb98dfc1c
Cr-Commit-Position: refs/heads/master@{#382265}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove DEFINE_WRAPPERTYPEINFO_NOT_REACHED. #Messages
Total messages: 12 (5 generated)
|