зеркало из https://github.com/mozilla/pjs.git
Checked in code to enable layout engine switching.
This commit is contained in:
Родитель
0e16c3b681
Коммит
a5d58528df
|
@ -62,7 +62,7 @@ namespace Silverstone.Manticore.LayoutAbstraction
|
|||
public void RealizeLayoutEngine()
|
||||
{
|
||||
if (gecko == null && trident == null)
|
||||
SwitchLayoutEngine("gecko");
|
||||
SwitchLayoutEngine("gecko"); // XXX Should be pref-based.
|
||||
}
|
||||
|
||||
public void SwitchLayoutEngine(String id)
|
||||
|
|
Загрузка…
Ссылка в новой задаче