diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-11-03 19:07:51 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-11-03 19:07:51 -0500 |
commit | bc450dab41695f85290f83c53c2c6914c1710883 (patch) | |
tree | 7297fc9100910d96e6848c4aa4e369fe5b989ae7 | |
parent | 1396383aeed414c23b3dce639932987000412be0 (diff) | |
download | uxp-bc450dab41695f85290f83c53c2c6914c1710883.tar.gz |
Issue #1676 - Part 8: Fix up include for selfhosted.out.h
-rw-r--r-- | js/src/vm/SelfHosting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/vm/SelfHosting.cpp b/js/src/vm/SelfHosting.cpp index b7d62efc1d..dc1dfb9fad 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" |