DescriptionBinaryValue support for NULL buffer.
* Apply original change from CL 10389088 (https://chromiumcodereview.appspot.com/10389088)
* Change BinaryValue to use "scoped_ptr<char[]>" instead of "scoped_ptr<char>". By contract, the memory owned should be deleted with the "delete[]" operator.
BUG=127630
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175482
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address code review feedback #Patch Set 3 : BinaryValue support for NULL buffer. #
Messages
Total messages: 10 (0 generated)
|