Fixing windows bustage in Linkage.

This commit is contained in:
beard%netscape.com 2000-04-26 05:56:20 +00:00
Родитель 563b59ef15
Коммит 77ef914838
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -104,7 +104,7 @@ struct Linkage : public gc_base, public Context::Frame {
{
}
Frame* getNext() { return mNext; }
Context::Frame* getNext() { return mNext; }
void getState(InstructionIterator& pc, JSValues*& registers, ICodeModule*& iCode)
{

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

@ -104,7 +104,7 @@ struct Linkage : public gc_base, public Context::Frame {
{
}
Frame* getNext() { return mNext; }
Context::Frame* getNext() { return mNext; }
void getState(InstructionIterator& pc, JSValues*& registers, ICodeModule*& iCode)
{