Fix compiler warning when building with gcc

This commit is contained in:
Cheng Zhao 2017-11-21 21:47:51 +09:00
parent b2fdfa2710
commit 4f9c5310a9
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ class BrowserView : public mate::TrackableObject<BrowserView> {
void SetBounds(const gfx::Rect& bounds);
void SetBackgroundColor(const std::string& color_name);
v8::Local<v8::Value> WebContents();
v8::Local<v8::Value> GetWebContents();
v8::Global<v8::Value> web_contents_;
class WebContents* api_web_contents_;