зеркало из https://github.com/mozilla/pjs.git
removing a dump() that shows a bogus error
This commit is contained in:
Родитель
f8bca15ace
Коммит
c3f0c45aed
|
@ -1604,7 +1604,8 @@ function postURLToNativeWidget() {
|
|||
try {
|
||||
urlWidgetService = getService( "component://mozilla/urlwidget", "nsIUrlWidget" );
|
||||
} catch( exception ) {
|
||||
dump( "Error getting url widget service: " + exception + "\n" );
|
||||
// this component is windows only, don't spit out errors
|
||||
// dump( "Error getting url widget service: " + exception + "\n" );
|
||||
}
|
||||
}
|
||||
if ( urlWidgetService ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче