Bug 1060464 - Add Cr declaration; rs=Gijs

This commit is contained in:
Tomasz Kołodziejski
2014-09-04 13:53:00 +02:00
parent 7219ae7ff6
commit 9f0758ba8d

View File

@@ -5,7 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
const { classes: Cc, interfaces: Ci, utils: Cu } = Components;
const { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
const DBG_XUL = "chrome://browser/content/devtools/framework/toolbox-process-window.xul";
const CHROME_DEBUGGER_PROFILE_NAME = "chrome_debugger_profile";