author | Dave Camp <dcamp@mozilla.com> |
Tue, 30 Apr 2013 18:40:44 -0700 | |
changeset 141361 | e0559502553c56dd02f9eada235525625f253edc |
parent 141360 | 59ce4fbce0c2a38fcab1f2051cf25c2e2709baaf |
child 141362 | 07ce0c1d04188854e0007c46a08e1bf4bfec7732 |
push id | 2579 |
push user | akeybl@mozilla.com |
push date | Mon, 24 Jun 2013 18:52:47 +0000 |
treeherder | mozilla-beta@b69b7de8a05a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | harth |
bugs | 867481 |
milestone | 23.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/devtools/framework/connect/connect.js +++ b/browser/devtools/framework/connect/connect.js @@ -2,18 +2,16 @@ /* vim: set ft=javascript ts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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/. */ "use strict"; const Cu = Components.utils; -Cu.import("resource:///modules/devtools/Target.jsm"); -Cu.import("resource:///modules/devtools/Toolbox.jsm"); Cu.import('resource://gre/modules/XPCOMUtils.jsm'); Cu.import("resource://gre/modules/Services.jsm"); Cu.import("resource://gre/modules/devtools/dbg-client.jsm"); let {devtools, gDevTools} = Cu.import("resource:///modules/devtools/gDevTools.jsm", {}); let gClient; let gConnectionTimeout;