-
vitalyr@chromium.org authored
As pointed out in: http://codereview.chromium.org/7754007/ SmartPointer expects an input allocated using new[] and deallocates it using delete[]. So using SmartPointer for deleting T* here is incorrect. Fix it now. R=vitalyr@chromium.org Review URL: http://codereview.chromium.org/7846022 Patch from Thiago Farina <tfarina@chromium.org>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9205 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2063e14c