[Webkit-unassigned] [Bug 12980] LCI headlines and MediaCast do not shows up in Webkit/Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 00:44:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12980





------- Comment #8 from ddkilzer at webkit.org  2007-03-08 00:44 PDT -------
Created an attachment (id=13539)
 --> (http://bugs.webkit.org/attachment.cgi?id=13539&action=view)
Tests the format of an anonymous function

In shipping Safari 2.0.4 (419.3), in ToT WebKit (r20053) and in Opera 9.10, it
looks like this:

function () 
{
  loaded = 1;
}

In MSIE 6, it looks like this:

function() { loaded = 1; }

In Firefox 2.0.0.2 like this:

function () {
    loaded = 1;
}

Note that Opera 9.10 has the exact same issue as Safari, so this is probably an
evangelism bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list