[Webkit-unassigned] [Bug 94849] [GTK] Compiling with --disable-blob fails with undefined symbol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 25 03:09:27 PDT 2012


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





--- Comment #6 from Xan Lopez <xan.lopez at gmail.com>  2012-08-25 03:09:28 PST ---
(In reply to comment #5)
> So you're saying that rather than simply moving the #ifdef's inside the function body, I should make sure a stub WebKitDOMBlob type is defined? Or simply remove the #ifdef's from WebKitDOMBlob?

I'm saying that I think the right fix is to change the WebKitDOMBlob creation so that it respects the ENABLE(BLOB) flags, like other GObject DOM types do (see for instance WebKitDOMTimeRanges). We cannot remove the methods themselves randomly, otherwise we'd break API. If we do that I think the code in WebKitDOMCustom would probably just remain as is, being a no-op.

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