DescriptionMove global function isInline() to static function in IndentOutdentCommand.cpp
This patch moves global function |isInline()| defined in
"EditingUtilities.{cpp,h}" to "IndentOutdentCommand.cpp" to reduce number of
global functions for improving code health since |isInline()| is used only in
"IndentOutdentCommand.cpp".
BUG=n/a
TEST=n/a; No behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201216
Patch Set 1 : 2015-08-26T16:32:30 #
Messages
Total messages: 7 (2 generated)
|