diff --git a/mozilla/browser/components/places/content/menu.xml b/mozilla/browser/components/places/content/menu.xml index 6755abe9118..79dd8609cf8 100755 --- a/mozilla/browser/components/places/content/menu.xml +++ b/mozilla/browser/components/places/content/menu.xml @@ -337,7 +337,7 @@ return; } } - thorw("Container view not found"); + throw("Container view not found"); }, itemInserted: function PMV_itemInserted(aParentNode, aNode, aIndex) { diff --git a/mozilla/browser/components/places/content/toolbar.xml b/mozilla/browser/components/places/content/toolbar.xml index 4cbfc6a8f94..80d6f7b7b67 100755 --- a/mozilla/browser/components/places/content/toolbar.xml +++ b/mozilla/browser/components/places/content/toolbar.xml @@ -492,7 +492,7 @@ return; } } - thorw("Container view not found"); + throw("Container view not found"); }, itemInserted: function TV_V_itemInserted(aParentNode, aNode, aIndex) {