DescriptionRevert of Move ChangeVersionWrapper destructor out of line. (patchset #1 id:1 of https://codereview.chromium.org/572343002/)
Reason for revert:
No longer needed, we fixed this in clang instead (see BUG=).
Original issue's description:
> Move ChangeVersionWrapper destructor out of line.
>
> With clang/win, the vtable of ChangeVersionWrapper ends up being referenced
> for some reason, which causes the destructor to be defined, which requires
> a definition of SQLErrorData. So move the destructor out of line, where
> the definition is available.
>
> BUG=413478
> R=michaeln@chromium.org, rnk@chromium.org
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182093
TBR=rnk@chromium.org,michaeln@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=413478
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182124
Patch Set 1 #Patch Set 2 : foo #
Messages
Total messages: 7 (2 generated)
|