DescriptionRemove implementation of Entity constructor
Remove implementation of Entity constructor as we never construct Entity
objects. This will lead in a link time error if someone tries to use it
instead of a runtime error (due to the ASSERT_NOT_REACHED() in the
constructor).
This gets rid of a case where 0 is passed as TreeScope to the ContainerNode /
Node constructor.
R=adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162041
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|