[Webkit-unassigned] [Bug 29106] [Qt] make CachedResourceHandle.h compile in winscw Symbian compiler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 03:31:36 PDT 2009


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





--- Comment #7 from Janne Koskinen <koshuin at gmail.com>  2009-09-11 03:31:36 PDT ---
> RefPtr is not related here. 
> 
> The root cause is the base constructor requires CachedResource* argument.  When
> CachedResourceHandle<T>(R*) is used, the compiler tries to convert R to

Right you are. I had a fix in CachedImage that I had forgotten. Putting the fix
into base class is better.

Those who still are sceptical:
mwccsym2 tries to resolve inlines immediately and here if the constructor is
not taken out would give "illegal use of incomplete struct/union/class" - error
as the actual class is not yet been defined within the compilation unit, only
forward declared.

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