Bug 1014482: initialize bookmarkData variable to prevent failing tests and other unexpected bugs. r=gps,smacleod

This commit is contained in:
Mike de Boer 2014-05-30 16:26:46 +02:00
Родитель 76ebbeb682
Коммит 79e05fce05
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6059,7 +6059,7 @@ function GetSearchFieldBookmarkData(node) {
function AddKeywordForSearchField() {
bookmarkData = GetSearchFieldBookmarkData(gContextMenu.target);
let bookmarkData = GetSearchFieldBookmarkData(gContextMenu.target);
PlacesUIUtils.showBookmarkDialog({ action: "add"
, type: "bookmark"