[Webkit-unassigned] [Bug 11009] Auto-generate the internal methods interfaces for the Objective-C bindings

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 24 12:19:59 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11009


timothy at hatcher.name changed:

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




------- Comment #3 from timothy at hatcher.name  2006-09-24 12:19 PDT -------
(From update of attachment 10740)
This looks good except one change:

-    removeWrapperForRGB(reinterpret_cast<uintptr_t>(_internal));  
+    removeWrapperForRGB(reinterpret_cast<WebCore::RGBA32>(_internal));

I made this change originally to uintptr_t so building for 64-bit would work.
You will get a warning about truncating a 64-bit point to a 32-bit value if you
use WebCore::RGBA32.

r=me if you revert the changes in DOMRGBColor.mm.


-- 
Configure bugmail: http://bugzilla.opendarwin.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