diff --git a/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java b/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java index 059c82984987..45daa2a4df00 100644 --- a/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java +++ b/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java @@ -38,6 +38,8 @@ package org.mozilla.javascript; +import java.io.Serializable; + /** * Class ImporterTopLevel * @@ -175,7 +177,7 @@ public class ImporterTopLevel extends ScriptableObject { private ObjArray importedPackages = new ObjArray(); } -final class ImporterFunctions implements IdFunctionMaster +final class ImporterFunctions implements Serializable, IdFunctionMaster { ImporterFunctions(ImporterTopLevel importer) {