gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/avm2 r9625: Don't remove calls to String.s


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9625: Don't remove calls to String.substring()
Date: Sun, 19 Oct 2008 13:23:44 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9625
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sun 2008-10-19 13:23:44 +0800
message:
  Don't remove calls to String.substring()
modified:
  testsuite/actionscript.all/haxe-swf9/as_to_hx.pl
=== modified file 'testsuite/actionscript.all/haxe-swf9/as_to_hx.pl'
--- a/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-19 05:21:10 
+0000
+++ b/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-19 05:23:44 
+0000
@@ -151,10 +151,7 @@
 #                      next;
                }
        }
-       if(index($_,"substring") != $[-1){
-               skip_line();
-               next;
-       }
+
        if(index($_,"__proto__") != $[-1){
                skip_line();
                next;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]