summaryrefslogtreecommitdiffstats
path: root/js/src
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-11-03 19:07:51 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-11-03 19:07:51 -0500
commitbc450dab41695f85290f83c53c2c6914c1710883 (patch)
tree7297fc9100910d96e6848c4aa4e369fe5b989ae7 /js/src
parent1396383aeed414c23b3dce639932987000412be0 (diff)
downloadUXP-bc450dab41695f85290f83c53c2c6914c1710883.tar
UXP-bc450dab41695f85290f83c53c2c6914c1710883.tar.gz
UXP-bc450dab41695f85290f83c53c2c6914c1710883.tar.lz
UXP-bc450dab41695f85290f83c53c2c6914c1710883.tar.xz
UXP-bc450dab41695f85290f83c53c2c6914c1710883.zip
Issue #1676 - Part 8: Fix up include for selfhosted.out.h
Diffstat (limited to 'js/src')
-rw-r--r--js/src/vm/SelfHosting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/vm/SelfHosting.cpp b/js/src/vm/SelfHosting.cpp
index b7d62efc1..dc1dfb9fa 100644
--- a/js/src/vm/SelfHosting.cpp
+++ b/js/src/vm/SelfHosting.cpp
@@ -20,8 +20,8 @@
#include "jsstr.h"
#include "jsweakmap.h"
#include "jswrapper.h"
-#include "selfhosted.out.h"
+#include "builtin/selfhosted.out.h"
#include "builtin/Intl.h"
#include "builtin/MapObject.h"
#include "builtin/ModuleObject.h"