[Webkit-unassigned] [Bug 158466] Add event support for link preload.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 1 03:23:57 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158466
Csaba Osztrogonác OOO_until_5th_Sep <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ossy at webkit.org
--- Comment #63 from Csaba Osztrogonác OOO_until_5th_Sep <ossy at webkit.org> ---
(In reply to comment #61)
> Comment on attachment 287549 [details]
> Patch
>
> Clearing flags on attachment: 287549
>
> Committed r205269: <http://trac.webkit.org/changeset/205269>
It broke the !ENABLE(SVG_FONTS) and !ENABLE(XSLT) build too:
../../Source/WebCore/loader/LinkLoader.cpp:125:10: error: 'SVGFontResource' is not a member of 'WebCore::CachedResource'
--> SVGFontResource is guarded with ENABLE(SVG_FONTS) in CachedResource.h
../../Source/WebCore/loader/LinkLoader.cpp:127:10: error: 'XSLStyleSheet' is not a member of 'WebCore::CachedResource'
--> XSLStyleSheet is guarded with ENABLE(XSLT) in CachedResource.h
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160901/5b2938e0/attachment.html>
More information about the webkit-unassigned
mailing list