DescriptionFix compiler error in sandbox util in case exception is enabled.
Add operator delete that matches the placement form of the
operator new. This is required by compiler to generate code
to call operator delete in case the object's constructor
throws an exception.
See http://msdn.microsoft.com/en-us/library/cxdxz3x6.aspx
R=rvargas
BUG=none
TEST=sandbox code compiles if exception is enabled.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50486
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|