DescriptionOilpan: remove now-unused WebNode(Member<T>) constructor.
The (implicit) construction of a WebNode from a Member<T> (where T is
convertible to a Node) was introduced to allow for assignment of a
Member<Element> to a WebNode (as needed by http://crrev.com/280123002/)
With http://crrev.com/313813002 (r175522), an operator conversion from
Member<T> to RawPtr<T> was introduced, which makes the reason for having
the above WebNode() constructor fall away. Remove it here.
R=abarth@chromium.org
BUG=357163
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178296
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|