diff --git a/atom/browser/api/atom_api_web_contents.h b/atom/browser/api/atom_api_web_contents.h index 5932badba4..205f245ef5 100644 --- a/atom/browser/api/atom_api_web_contents.h +++ b/atom/browser/api/atom_api_web_contents.h @@ -323,7 +323,7 @@ class WebContents : public mate::TrackableObject, // Whether background throttling is disabled. bool background_throttling_; - // // Whether to disable devtools. + // Whether to disable devtools. bool disable_devtools_; DISALLOW_COPY_AND_ASSIGN(WebContents);