Bug 1319844 - Fix a few broken paths, r=Gijs.

This commit is contained in:
Florian Quèze 2016-11-28 12:29:31 +01:00
Родитель 5bf00d6bcb
Коммит dcdba1c4c0
3 изменённых файлов: 3 добавлений и 6 удалений

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

@ -10,10 +10,6 @@ this.EXPORTED_SYMBOLS = ["LaterRun"];
Cu.import("resource://gre/modules/Preferences.jsm");
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "setInterval", "resource://gre/modules/Timer.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "clearInterval", "resource://gre/modules/Timer.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "RecentWindow", "resource://gre/modules/RecentWindow.jsm");
const kEnabledPref = "browser.laterrun.enabled";
const kPagePrefRoot = "browser.laterrun.pages.";

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

@ -31,7 +31,8 @@ const CONSOLEAPISTORAGE_CID = Components.ID('{96cf7855-dfa9-4c6d-8276-f9705b4890
* ID.
*
* Usage:
* Cu.import("resource://gre/modules/ConsoleAPIStorage.jsm");
* let ConsoleAPIStorage = Cc["@mozilla.org/consoleAPI-storage;1"]
* .getService(Ci.nsIConsoleAPIStorage);
*
* // Get the cached events array for the window you want (use the inner
* // window ID).

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

@ -2071,7 +2071,7 @@
</binding>
<binding id="touchControlsGonk" extends="chrome://global/content/bindings/videoControls.xml#touchControls">
<binding id="touchControlsGonk" extends="chrome://global/content/bindings/videocontrols.xml#touchControls">
<implementation>
<constructor>
this.isGonk = true;