Bug 1568151 - Replace `target.getInspector()` by `target.getFront("inspector")`....
[gecko.git] / remote / sessions / frame-script.js
blobef0c5047c5f2678f81806d4a0ebd7b15a2f8dced
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 const { ContentProcessSession } = ChromeUtils.import(
8   "chrome://remote/content/sessions/ContentProcessSession.jsm"
9 );
11 /* global content, docShell */
12 new ContentProcessSession(this, docShell.browsingContext, content, docShell);