DescriptionMake previousBoundary() not to use Range object
This patch changes |previousBoundary()| to use |Position::afterNode()| instead
of |Range| object to avoid registering temporary |Range| object to |Document|
and as a preparation of |previousBoundary()| to work on composed tree by
templatization.
This patch is a preparation of making selection to handle granularity for web
component, http://crrev.com/1277863002
BUG=388681, 513568
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201708
Patch Set 1 : 2015-09-03T14:46:53 #Patch Set 2 : 2015-09-03T15:34:51 Remove redundant #include ExceptionState.h" #Messages
Total messages: 7 (3 generated)
|