X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmojo%2Fsystem%2Flocal_data_pipe.h;h=973ab68de21b0664a5a8463aedd35b34db0348f0;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=97d108e4bdd71a32ddd643b4b9e35b08f1f1814a;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/mojo/system/local_data_pipe.h b/src/mojo/system/local_data_pipe.h index 97d108e..973ab68 100644 --- a/src/mojo/system/local_data_pipe.h +++ b/src/mojo/system/local_data_pipe.h @@ -70,7 +70,7 @@ class MOJO_SYSTEM_IMPL_EXPORT LocalDataPipe : public DataPipe { void MarkDataAsConsumedNoLock(size_t num_bytes); // The members below are protected by |DataPipe|'s |lock_|: - scoped_ptr_malloc buffer_; + scoped_ptr buffer_; // Circular buffer. size_t start_index_; size_t current_num_bytes_;