DescriptionRename isBlock() to isEnclosingBlock() in EditingUtilities
This patch renames |isBlock(Node*)| to |isEnclosingBlock(Node*)| to make
meaning of function cleaner for improving readability.
This is follow up patch of http://crrev.com/1309903003, which introduces
|enclosingNodeOfType()|, which uses |isBlock()|.
This patch is a preparation of making selection to handle granularity for web
component, http://crrev.com/1277863002
BUG=513568
TEST=n/a; No behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201261
Patch Set 1 : 2015-08-26T15:16:19 #
Total comments: 2
Patch Set 2 : 2015-08-26T16:34:56 Follow review commands: s/0/nullptr/ #Patch Set 3 : 2015-08-26T21:48:03 Rebase #Messages
Total messages: 21 (10 generated)
|