[Webkit-unassigned] [Bug 137743] [GTK] Invalid cast from 'WebKitDOMHTMLElement' to 'WebKitDOMHTMLFormElement'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 27 03:21:38 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=137743
--- Comment #8 from alpine.art.de at gmail.com ---
Issue fixed! By compiling with clang.
The problematic build was done with gcc-4.9.2.
C{XX}FLAGS="-march=corei7-avx -O2 -pipe"
CPU:
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
stepping : 7
microcode : 0x1b
cpu MHz : 1156.828
cache size : 3072 KB
I had jit enabled and that seems to depend on LLVM. Already thought of disabling that while keep building with gcc, but I decided to give clang a chance - and succeeded. My machine is quite slow, so recompiling webkit just for testing is not that much fun ;)
So I'm back on happy holiday hacking :)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141227/2689c60f/attachment-0002.html>
More information about the webkit-unassigned
mailing list