mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 1176206 - Fix 'ReferenceError: dumpn is not defined' in object.js. r=fitzgen
This commit is contained in:
parent
871646d7b0
commit
6f3f2252cf
@ -10,7 +10,7 @@ const { Cu, Ci } = require("chrome");
|
||||
const { GeneratedLocation } = require("devtools/server/actors/common");
|
||||
const { DebuggerServer } = require("devtools/server/main")
|
||||
const DevToolsUtils = require("devtools/toolkit/DevToolsUtils");
|
||||
const { dbg_assert } = DevToolsUtils;
|
||||
const { dbg_assert, dumpn } = DevToolsUtils;
|
||||
const PromiseDebugging = require("PromiseDebugging");
|
||||
|
||||
const TYPED_ARRAY_CLASSES = ["Uint8Array", "Uint8ClampedArray", "Uint16Array",
|
||||
|
Loading…
Reference in New Issue
Block a user