DescriptionLet Node.textContent never throw
http://dom.spec.whatwg.org/#dom-node-textcontent
This is per the spec. The only case where it could previously have
thrown is if ContainerNode::checkAcceptChild returned false. I could
not find a situation where that would have happened, so just assert
that the internal appendChild call does not throw an exception.
BUG=326133
TEST=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163275
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|