| commit | 2c5c2129caf0015729996cee64edb5079a847273 | [log] [tgz] |
|---|---|---|
| author | kouhei <kouhei@chromium.org> | Mon Jul 11 08:27:38 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 08:31:00 2016 |
| tree | 0cfd66efc4463256de30207ce03ee52ba5e67838 | |
| parent | cf80340266d7b7e0bd3098e00df2bdf47145f2a2 [diff] |
Refactor HTMLTreeBuilder/HTMLConstructionSite ctor No behavioral change. - Avoid duplicate member init in HTMLConstructionSite c-tor. - Use Document& instead of Document* as the document can't be nullref - Clarify that HTMLTreeBuilder can be invoked for generic Document (with a fixme comment) BUG=None Review-Url: https://codereview.chromium.org/2126043003 Cr-Commit-Position: refs/heads/master@{#404615}