Bug 1255538 Followup bustage fix as Services isn't in every context that tasksOverlay.js is in rs=me a=me Bustage fix.

This commit is contained in:
Philip Chee 2016-05-29 03:53:30 +08:00
Родитель d831e74a41
Коммит 463a869367
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
Components.utils.import("resource://gre/modules/Services.jsm");
function toNavigator()
{