SHARE
TWEET

Mojo::SharedBuffer Error

chandankharbanda5 Mar 26th, 2017 45 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ../../net/url_request/url_request_http_job.cc:530:23: error: expected ';' after expression
  2.     mojo::SharedBuffer shared_buffer(1024);
  3.                       ^
  4.                       ;
  5. ../../net/url_request/url_request_http_job.cc:530:11: error: no member named 'SharedBuffer' in namespace 'mojo'
  6.     mojo::SharedBuffer shared_buffer(1024);
  7.     ~~~~~~^
  8. ../../net/url_request/url_request_http_job.cc:530:24: error: use of undeclared identifier 'shared_buffer'
  9.     mojo::SharedBuffer shared_buffer(1024);
  10.                        ^
  11. 3 errors generated.
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top