Chromium Code Reviews
DescriptionMake FrameSelection::create() to take LocalFrame as required parameter
This patch makes |FrameSelection::create()| to take |LocalFrame| as required
parameter instead of optional parameter by utilizing |SelectionModifier| to
get rid of null check for |m_frame| member variable in |FrameSelection| class
for improving code health.
Following patch will get rid of null check for |m_frame| in |FrameSelection|.
BUG=n/a
TEST=n/a; no behavior changes
Committed: https://crrev.com/86d103eaec6f31e3c11d1ea7698231f4a589b871
Cr-Commit-Position: refs/heads/master@{#394652}
Patch Set 1 : 2016-05-18T18:48:47 #
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||||||||||||||||||||