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

Commit 3bee689

Browse files
bbondybridiver
authored andcommitted
Fix lint
1 parent 6f9d6d7 commit 3bee689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atom/browser/api/atom_api_web_contents.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,8 @@ void WebContents::BuildPrototype(v8::Isolate* isolate,
19101910
.SetMethod("downloadURL", &WebContents::DownloadURL)
19111911
.SetMethod("getURL", &WebContents::GetURL)
19121912
.SetMethod("getTitle", &WebContents::GetTitle)
1913-
.SetMethod("isInitialBlankNavigation", &WebContents::IsInitialBlankNavigation)
1913+
.SetMethod("isInitialBlankNavigation",
1914+
&WebContents::IsInitialBlankNavigation)
19141915
.SetMethod("isLoading", &WebContents::IsLoading)
19151916
.SetMethod("isLoadingMainFrame", &WebContents::IsLoadingMainFrame)
19161917
.SetMethod("isWaitingForResponse", &WebContents::IsWaitingForResponse)

0 commit comments

Comments
 (0)