gnash-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 9624
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sun 2008-10-19 13:21:10 +0800
message:
  Don't remove calls to String.indexOf() .
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-14 03:47:42 
+0000
+++ b/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-19 05:21:10 
+0000
@@ -203,11 +203,6 @@
                skip_line();
                next;
        }
-       #Remove calls to String.indexOf that have more than one argument
-       if($_ =~ /indexOf\(\s*[\"\w]\w*[\"\w],.+\)/){
-               skip_line();
-               next;
-       }
 
        #Replace undefined with null.
        $_ =~ s/undefined/null/g;


reply via email to

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