You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/rhino/files/public-NativeScript.patch

12 lines
456 B

--- rhino1_5R5/src/org/mozilla/javascript/NativeScript.java.orig 2006-05-31 14:01:06.000000000 +0200
+++ rhino1_5R5/src/org/mozilla/javascript/NativeScript.java 2006-05-31 14:03:37.000000000 +0200
@@ -55,7 +55,7 @@
* @author Norris Boyd
*/
-class NativeScript extends NativeFunction implements Script
+public class NativeScript extends NativeFunction implements Script
{
static void init(Context cx, Scriptable scope, boolean sealed)