DescriptionNodeFilter acceptNode return type changed to unsigned
acceptNode return type was set to short. It has been
updated to return unsigned. acceptNode returns enum
value and thus change is more to comply with the
specification without much impact.
The usage in the NodeIterator and TreeWalker was also
expecting short return value and has been updated to
unsigned.
BUG=496400
R=philipj, rbyers
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197693
Patch Set 1 #Patch Set 2 : Change sign in the calls for NodeFIlter.acceptNode #
Messages
Total messages: 16 (7 generated)
|