[Webkit-unassigned] [Bug 27136] [Qt] Webkit hangs when executing an infinite JavaScript loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 07:35:07 PDT 2009


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32539|review?                     |review-
               Flag|                            |




--- Comment #2 from Holger Freyther <zecke at selfish.org>  2009-07-10 07:35:06 PDT ---
(From update of attachment 32539)
Yael, we may not add new virtual methods as this will change the vtable and
break ABI to previous versions. One common way is to create a new method with
return value and use QMetaObject::invokeMethod. I assume Qt Software has an
internal document describing what to do now. Besides that the patch looks fine.

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