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
Auditor: @bridiver
  • Loading branch information
darkdh committed Feb 23, 2018
1 parent fbda4ce commit 48f7f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brave/browser/guest_view/tab_view/tab_view_guest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ void TabViewGuest::ApplyAttributes(const base::DictionaryValue& params) {
web_contents()->GetController().IsInitialNavigation()) {
// don't reload if we're already loading
if (web_contents()->GetController().GetPendingEntry() &&
web_contents()->GetController().GetPendingEntry()->GetURL() == src_) {
web_contents()->GetController().GetPendingEntry()->GetURL() ==
src_) {
return;
}
NavigateGuest(src_.spec(), true);
Expand Down

0 comments on commit 48f7f9b

Please sign in to comment.