Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 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 > [email protected], [email protected] > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182093 [email protected],[email protected] NOTREECHECKS=true NOTRY=true BUG=413478 Review URL: https://codereview.chromium.org/563143005 git-svn-id: svn://svn.chromium.org/blink/trunk@182124 bbb929c8-8fbe-4397-9dbb-9b2b20218538
- Loading branch information