зеркало из https://github.com/mozilla/pjs.git
Fix wallet bustage on mac.
This commit is contained in:
Родитель
84520974a1
Коммит
aff06789ad
|
@ -482,11 +482,11 @@ nsBrowserAppCore::WalletSamples() {
|
|||
return NS_OK;
|
||||
}
|
||||
NS_IMETHODIMP
|
||||
nsBrowserAppCore::WalletQuickFillin() {
|
||||
nsBrowserAppCore::WalletQuickFillin(nsIDOMWindow*) {
|
||||
return NS_OK;
|
||||
}
|
||||
NS_IMETHODIMP
|
||||
nsBrowserAppCore::WalletSafeFillin() {
|
||||
nsBrowserAppCore::WalletSafeFillin(nsIDOMWindow*) {
|
||||
return NS_OK;
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче