Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Aug 2, 2016
1 parent 0f623a2 commit 24aa654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atom/browser/atom_browser_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ void AtomBrowserClient::OverrideSiteInstanceForNavigation(
// if (web_contents_prefs) {
// auto web_preferences = web_contents_prefs->web_preferences();
// bool node_integration = true;
// web_preferences->GetBoolean(options::kNodeIntegration, &node_integration);
// web_preferences->GetBoolean(options::kNodeIntegration,
// &node_integration);
// if (!node_integration) {
// // only renderers with node integration need to be restarted
// return;
Expand Down

0 comments on commit 24aa654

Please sign in to comment.