| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 5c878fca0727a22ca1f12424a63cdf1bc39fc2b6..bb4044a7cb5fb91773872c9d9c7f7ad59759f2f6 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -118,7 +118,7 @@ class DevToolsChannelData : public base::trace_event::ConvertableToTraceFormat {
|
|
|
| void AppendAsTraceFormat(std::string* out) const override {
|
| std::string tmp;
|
| - base::JSONWriter::Write(value_.get(), &tmp);
|
| + base::JSONWriter::Write(*value_, &tmp);
|
| *out += tmp;
|
| }
|
|
|
|
|