DescriptionMake SpellChecker::markAllMisspellingsAndBadGrammarInRanges() to take EphemeralRange
This patch changes |markAllMisspellingsAndBadGrammarInRanges()| member function
of |SpellChecker| class to take |EphemeralRange| instead of |Range| to avoid
registering temporary |Range| object into |Document|.
This patch is also a preparation of making selection to handle granularity for
web component, http://crrev.com/1277863002 to reduce DOM position dependency
from |VisibleSelection| for ease of templatization of |VisibleSelection|.
BUG=388681, 513568
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201117
Patch Set 1 : 2015-08-25T15:52:55 #
Messages
Total messages: 10 (4 generated)
|