mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Fixing windows bustage in Linkage.
This commit is contained in:
parent
c9140f3cfb
commit
3b3617a676
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user