DescriptionRemove dead code path (typed array interfaces)
Typed arrays all have custom bindings, so code path that checks if an
interface is a typed array (IsTypedArray($interfaceName)) is dead code.
This removes it to avoid being misleading (and clarify rewrite);
no changes to generated code.
Obviously we want to remove these custom bindings, but the existing dead
code isn't helpful.
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165039
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|