Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cee40e2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 219

* changes:
  Fix a null pointer exception in DumpRenderTree (issue 1792567)
parents 881b9cbb be42388b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -165,6 +165,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
            if (mDialogStrings != null)
                os.write(mDialogStrings.toString().getBytes());
            mDialogStrings = null;
            if (webkitData != null)
                os.write(webkitData.getBytes());
            os.flush();
            os.close();