Chromium Code Reviews
Description[DOM][Editing][CodeHealth] Make private Node::hasEditableStyle static local
Node has two |hasEditableStyle|-named functions and it is very confusing.
Since one is private and uses only Node-public functions, we should make it
file local function.
Unfortunately public |hasEditableStyle| uses it in the Node header
so we need move it to Node.cpp.
This is preparation to move Node::*editable* functions to core/editing
BUG=
Committed: https://crrev.com/0793f8f201f0a8468e6e3dc5b1a085e4161a684d
Cr-Commit-Position: refs/heads/master@{#406412}
Patch Set 1 : init #
Messages
Total messages: 19 (12 generated)
|
||||||||||||||||||||||||||||