archives

« Bugzilla Issues Index

#3560 — 9.4.1.2 Useless step


5. If SameValue(F, newTarget) is true, let newTarget be F.

This step can be removed.


In fact, the step should read:

5. If SameValue(F, newTarget) is true, let newTarget be target.

*** This bug has been marked as a duplicate of bug 3555 ***