Fix struct/class mismatches on js::Shape.

This commit is contained in:
Brian Hackett 2011-11-03 10:38:08 -07:00
Родитель f9c70af582
Коммит e85342a0d4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -455,7 +455,7 @@ struct JSObject : js::gc::Cell
friend class nanojit::ValidateWriter;
private:
friend class js::Shape;
friend struct js::Shape;
/*
* Private pointer to the last added property and methods to manipulate the

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

@ -335,7 +335,7 @@ class UnownedBaseShape;
class BaseShape : public js::gc::Cell
{
public:
friend class Shape;
friend struct Shape;
friend struct JSCompartment::BaseShapeEntry;
enum Flag {