Bug 1121773 - Conditionally include SiteSpecificUserAgent files on mobile/android.

This was an oversight from Bug 1154960, which added a conditional
include but didn't remove the unconditional include.  This avoids the
following intermittent error:

JavaScript Error: "uncaught exception: 2147746132"
This commit is contained in:
Nick Alexander 2015-05-19 09:29:33 -07:00
parent 21b13f80c7
commit e236782865

View File

@ -382,8 +382,6 @@ EXTRA_COMPONENTS += [
'contentAreaDropListener.manifest',
'messageWakeupService.js',
'messageWakeupService.manifest',
'SiteSpecificUserAgent.js',
'SiteSpecificUserAgent.manifest',
'SlowScriptDebug.js',
'SlowScriptDebug.manifest',
]