Fix compiler warning when building with gcc
This commit is contained in:
parent
b2fdfa2710
commit
4f9c5310a9
2 changed files with 3 additions and 3 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue