Move 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 Review URL: https://codereview.chromium.org/1315073002 git-svn-id: svn://svn.chromium.org/blink/trunk@201216 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment