blob: fe6858458fffa77f0e3eaa7b6eccc4cf1a1192c0 [file] [log] [blame]
namespace JS {
struct Zone;
namespace shadow {
struct Zone {
int x;
int y;
};
}
}