[Webkit-unassigned] [Bug 33084] Fix for RVCT -Otime fatal compiler error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 3 18:14:35 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33084


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45714|review?                     |review-
               Flag|                            |




--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-01-03 18:14:34 PST ---
(From update of attachment 45714)
Have we filed a bug about this with RVCT?  There will be a zillion of these. 
Every ::create() impelmentation in WebCore will have this problem as:
return adoptRef(new Foo);
 is how we create objects in Foo::create().

This definitely needs a RVCT bug number and more explanation. I don't think
you're going to get far with this type of change in WebCore.

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



More information about the webkit-unassigned mailing list