diff --git a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java index e8e1fcd7d..da37fdb56 100644 --- a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java +++ b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java @@ -489,7 +489,7 @@ public class FlashPlayerTest { String ffdecExecuteResult; try { - LocalDataArea lda = new LocalDataArea(new Stage()); + LocalDataArea lda = new LocalDataArea(new Stage(null)); for (Action a : newActions) { if (!a.execute(lda)) { fail();