Bug 1713285 part 5 - Rename ShapeProperty.h to PropertyInfo.h. r=evilpie

Depends on D116227

Differential Revision: https://phabricator.services.mozilla.com/D116228
This commit is contained in:
Jan de Mooij 2021-05-29 08:43:38 +00:00
Родитель 62c26b1027
Коммит 9c187bf312
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -4,8 +4,8 @@
* 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/. */
#ifndef vm_ShapeProperty_h
#define vm_ShapeProperty_h
#ifndef vm_PropertyInfo_h
#define vm_PropertyInfo_h
#include "mozilla/Assertions.h"
@ -182,4 +182,4 @@ using PropertyInfoWithKeyVector = GCVector<PropertyInfoWithKey, 8>;
} // namespace js
#endif /* vm_ShapeProperty_h */
#endif /* vm_PropertyInfo_h */

Просмотреть файл

@ -35,7 +35,7 @@
#include "util/EnumFlags.h"
#include "vm/JSAtom.h"
#include "vm/Printer.h"
#include "vm/ShapeProperty.h"
#include "vm/PropertyInfo.h"
#include "vm/StringType.h"
#include "vm/SymbolType.h"