Commit c00cd029 authored by Rune Lillesveen's avatar Rune Lillesveen Committed by Chromium LUCI CQ

Explicit constructor for TreeScope

Fix lint failure.

Change-Id: I89aa665a7d6b375abd8cba0a2768cb6be767d8f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2614818Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841069}
parent a66f367f
......@@ -150,7 +150,7 @@ class CORE_EXPORT TreeScope : public GarbageCollectedMixin {
protected:
TreeScope(ContainerNode&, Document&);
TreeScope(Document&);
explicit TreeScope(Document&);
virtual ~TreeScope();
void ResetTreeScope();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment