Bug 1520544 - Expose NodeFilter to DevTools modules r=gl

Differential Revision: https://phabricator.services.mozilla.com/D16721

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Michael Ratcliffe 2019-01-16 20:55:23 +00:00
parent 73f45b9504
commit c32301ea8a

View File

@ -24,6 +24,7 @@ const {
DOMQuad,
DOMRect,
HeapSnapshot,
NodeFilter,
StructuredCloneHolder,
TelemetryStopwatch,
} = Cu.getGlobalForObject(jsmScope);
@ -290,6 +291,7 @@ exports.globals = {
DOMParser,
DOMPoint,
DOMQuad,
NodeFilter,
DOMRect,
Element,
Event,