Chromium Code Reviews
DescriptionClean up the initializer mess in Document.
Before this, some members were initialized in the initializer list and
others were initialized in the body of the constructor. As far as I can
tell, it's OK for everything to just be in the initializer list.
As a bonus, I found two completely unused members in Document (and a
local static) and removed them as well.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151593
R=abarth@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151695
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix logic error. #
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||