From 7d712b77badd024bfc2d5e45efaa363bc6e90dc7 Mon Sep 17 00:00:00 2001 From: minggo Date: Wed, 7 Sep 2016 09:43:06 +0800 Subject: [PATCH] remove duplicate comment --- atom/browser/api/atom_api_web_contents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/api/atom_api_web_contents.h b/atom/browser/api/atom_api_web_contents.h index 5932badba487..205f245ef5e7 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);