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

Commit

Permalink
Merge pull request #7904 from luixxiul/fix-isPotentialPhishingUrl-reg…
Browse files Browse the repository at this point in the history
…ression

Fix regression: isPotentialPhishingUrl is not defined
  • Loading branch information
NejcZdovc authored Mar 26, 2017
2 parents d26f8cf + 3b6f2c7 commit 9ef7817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/reducers/urlBarReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const windowConstants = require('../../../js/constants/windowConstants')
const {getSourceAboutUrl, getSourceMagnetUrl, isIntermediateAboutPage, navigatableTypes} = require('../../../js/lib/appUrlUtil')
const {isURL, getUrlFromInput} = require('../../../js/lib/urlutil')
const {isURL, isPotentialPhishingUrl, getUrlFromInput} = require('../../../js/lib/urlutil')
const {activeFrameStatePath, frameStatePath, frameStatePathForFrame, getFrameByKey, getActiveFrame, tabStatePath, getFrameByTabId} = require('../../../js/state/frameStateUtil')
const urlParse = require('../../common/urlParse')

Expand Down

0 comments on commit 9ef7817

Please sign in to comment.