Commit 10430dff authored by Yoshi Cheng-Hao Huang's avatar Yoshi Cheng-Hao Huang
Browse files

Bug 1896345 - Update BUG_COMPONENT in dom/base/test/jsmodules to JavaScriptEngine::Core. r=jonco

The tests locatedin dom/base/test/jsmodules are test files for
ECMAScript Modules, they should use JavaScriptEngine::Core as the
BUG_COMPONENT.

Differential Revision: https://phabricator.services.mozilla.com/D210168
parent 8fb7dcdd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,4 +4,7 @@
# 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/.

with Files("**"):
    BUG_COMPONENT = ("Core", "JavaScript Engine")

MOCHITEST_CHROME_MANIFESTS += ["chrome.toml"]