| Index: src/ast/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast/ast-value-factory.h
|
| similarity index 99%
|
| rename from src/ast-value-factory.h
|
| rename to src/ast/ast-value-factory.h
|
| index 645b8b6631486c4241216cac1d9fb20adab3f6be..1c2144c480d462fc9bcb5c1effd5790b1c164f67 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast/ast-value-factory.h
|
| @@ -25,8 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef V8_AST_VALUE_FACTORY_H_
|
| -#define V8_AST_VALUE_FACTORY_H_
|
| +#ifndef V8_AST_AST_VALUE_FACTORY_H_
|
| +#define V8_AST_AST_VALUE_FACTORY_H_
|
|
|
| #include "src/api.h"
|
| #include "src/hashmap.h"
|
| @@ -373,4 +373,4 @@ class AstValueFactory {
|
| #undef STRING_CONSTANTS
|
| #undef OTHER_CONSTANTS
|
|
|
| -#endif // V8_AST_VALUE_FACTORY_H_
|
| +#endif // V8_AST_AST_VALUE_FACTORY_H_
|
|
|