From bc578eec31931ceb98ebe6e89c2ea9d1e6ee5e4d Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Wed, 30 Jan 2019 00:38:45 +0000 Subject: [PATCH] Bug 1523808 - Import Service module in layoutdebug.js. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D18005 --HG-- extra : moz-landing-system : lando --- layout/tools/layout-debug/ui/content/layoutdebug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/tools/layout-debug/ui/content/layoutdebug.js b/layout/tools/layout-debug/ui/content/layoutdebug.js index 6505589462cd..5077b6e730f9 100644 --- a/layout/tools/layout-debug/ui/content/layoutdebug.js +++ b/layout/tools/layout-debug/ui/content/layoutdebug.js @@ -11,7 +11,7 @@ const nsIDocShell = Ci.nsIDocShell; const nsIWebProgressListener = Ci.nsIWebProgressListener; const NS_LAYOUT_DEBUGGINGTOOLS_CONTRACTID = "@mozilla.org/layout-debug/layout-debuggingtools;1"; - +const {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm"); function nsLDBBrowserContentListener() {