Fixing windows bustage in Linkage.

This commit is contained in:
beard%netscape.com 2000-04-26 05:56:20 +00:00
parent c9140f3cfb
commit 3b3617a676
2 changed files with 2 additions and 2 deletions

View File

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

View File

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