Fix struct/class mismatches on js::Shape.

This commit is contained in:
Brian Hackett 2011-11-03 10:38:08 -07:00
parent f154aae882
commit c881098435
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {