From 21956071e63013788b7aa2294ee20e79f202ebcd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 24 Mar 2017 09:52:37 -0700 Subject: [PATCH] Fix compilation issue --- brightray/browser/views/inspectable_web_contents_view_views.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/browser/views/inspectable_web_contents_view_views.cc b/brightray/browser/views/inspectable_web_contents_view_views.cc index 13efd4be7527..6a9997f23245 100644 --- a/brightray/browser/views/inspectable_web_contents_view_views.cc +++ b/brightray/browser/views/inspectable_web_contents_view_views.cc @@ -173,7 +173,7 @@ void InspectableWebContentsViewViews::SetIsDocked(bool docked) { devtools_window_web_view_ = new views::WebView(NULL); devtools_window_delegate_ = new DevToolsWindowDelegate( this, - devtools_window_web_view_ + devtools_window_web_view_, devtools_window_.get()); views::Widget::InitParams params;