Bug 1574372 - Fix nsWebNavigationInfo.cpp build bustage. CLOSED TREE

--HG--
extra : amend_source : 1f7302516387f12ff6ddf8270d081cf941a7181d
This commit is contained in:
Matt Woodrow 2019-12-17 01:00:16 +02:00
parent 5f3c83c29f
commit 8b791365d8

View File

@ -113,4 +113,6 @@ uint32_t nsWebNavigationInfo::IsTypeSupportedInternal(const nsCString& aType) {
return nsIWebNavigationInfo::OTHER;
}
}
return nsIWebNavigationInfo::UNSUPPORTED;
}