DescriptionRemove incorrect deriving of CppVariant from WebNonCopyable.
CppVariant is supposed to be a copyable class and we override the default copy ctor and assignment operator for the same. It is wrongly derived from WebNonCopyable. Remove the incorrect inheritance.
R=jochen
BUG=None
TEST=None; no behavior change;
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160319
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|