1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 13:54:12 +01:00

nsIWebNavigation -> Ci.nsIWebNavigation in liberator.open for Muttator

This commit is contained in:
Doug Kearns
2008-12-18 03:26:22 +11:00
parent 1432758373
commit 994bc00a4f

View File

@@ -1091,7 +1091,7 @@ const liberator = (function () //{{{
switch (where)
{
case liberator.CURRENT_TAB:
getBrowser().loadURIWithFlags(url, nsIWebNavigation.LOAD_FLAGS_NONE, null, null, postdata);
getBrowser().loadURIWithFlags(url, Ci.nsIWebNavigation.LOAD_FLAGS_NONE, null, null, postdata);
break;
case liberator.NEW_BACKGROUND_TAB: