[Webkit-unassigned] [Bug 41610] Duplicate Symbol definition warnings .

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 18:37:03 PDT 2010


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


Avi Drissman <avi at drissman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avi at drissman.com




--- Comment #2 from Avi Drissman <avi at drissman.com>  2010-07-05 18:37:03 PST ---
(In reply to comment #1)
> From what I can see the latest WKSI no longer statically defines a class named WKAppKitDrawDecoyWindow, it creates registers one at runtime if no class of that name has already been registered.  Therefore the message you quote will not be generated if a more recent WKSI is used.

Even without that message, we still have class compatibility issues.

If the WKSI checks by name, then we have the problem where one version of the WKSI tries to use the decoy window class generated by a different version of the WKSI. Is the decoy window class compatible enough to handle that?

-- 
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