[Webkit-unassigned] [Bug 67688] fast/forms/suggested-value-crash.html crashes on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 09:10:40 PDT 2011


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-07 09:10:40 PST ---
(In reply to comment #5)
> Thanks for fixing this!
> 
> I think the problem is that we weren't using __declspec(dllimport). From MSDN <http://msdn.microsoft.com/en-us/library/hyx1zcd3(v=vs.71).aspx>:
> 
> Note that when you export a variable from a DLL with a .def file, you do not need to specify __declspec(dllexport) on the variable. However, in any file that uses the DLL, you must still use __declspec(dllimport) on the declaration of data.

I vaguely remember that dll quirks from my Windows app development days. Can we do that for QualifiedNames so that we can use them in internals.cpp?

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