summaryrefslogtreecommitdiffstats
path: root/base/values.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/values.cc')
-rw-r--r--base/values.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/values.cc b/base/values.cc
index 716fdf3..bf7998d 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -184,7 +184,7 @@ bool StringValue::Equals(const Value* other) const {
///////////////////// BinaryValue ////////////////////
-//static
+// static
BinaryValue* BinaryValue::Create(char* buffer, size_t size) {
if (!buffer)
return NULL;
@@ -192,7 +192,7 @@ BinaryValue* BinaryValue::Create(char* buffer, size_t size) {
return new BinaryValue(buffer, size);
}
-//static
+// static
BinaryValue* BinaryValue::CreateWithCopiedBuffer(char* buffer, size_t size) {
if (!buffer)
return NULL;