mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fixing bug 280629: Compatibility patch to add Main.dispose()
This commit is contained in:
parent
28ecb4e167
commit
ce11e379b0
@ -196,6 +196,11 @@ public class Main implements ContextListener
|
||||
return debugGui.isVisible();
|
||||
}
|
||||
|
||||
public void dispose()
|
||||
{
|
||||
debugGui.dispose();
|
||||
}
|
||||
|
||||
public void attachTo(ContextFactory factory)
|
||||
{
|
||||
dim.attachTo(factory);
|
||||
|
Loading…
Reference in New Issue
Block a user