зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1014482: initialize bookmarkData variable to prevent failing tests and other unexpected bugs. r=gps,smacleod
This commit is contained in:
Родитель
76ebbeb682
Коммит
79e05fce05
|
@ -6059,7 +6059,7 @@ function GetSearchFieldBookmarkData(node) {
|
|||
|
||||
|
||||
function AddKeywordForSearchField() {
|
||||
bookmarkData = GetSearchFieldBookmarkData(gContextMenu.target);
|
||||
let bookmarkData = GetSearchFieldBookmarkData(gContextMenu.target);
|
||||
|
||||
PlacesUIUtils.showBookmarkDialog({ action: "add"
|
||||
, type: "bookmark"
|
||||
|
|
Загрузка…
Ссылка в новой задаче