DescriptionReapply r168568 "Remove unneeded destructors and add finalization support to various classes."
The previous CL (https://codereview.chromium.org/184853006) caused a clang crash (http://llvm.org/bugs/show_bug.cgi?id=16220).
The issue is resolved by placing the implementation of the pure-virtual destructor in the header file.
This CL also makes the destructor non-pure because the CSSCalcExpressionNode has other pure-virtuals.
R=haraken@chromium.org
BUG=
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 23 (0 generated)
|