[Webkit-unassigned] [Bug 47608] Add !SINGLE_THREADED guard.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 22:00:09 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70811|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #9 from Alexey Proskuryakov <ap at webkit.org>  2010-10-14 22:00:09 PST ---
(From update of attachment 70811)
+        For SINGLE_THREADED ports LockingMutex.tryLock() returns false.
+        This will make interrupt() fall into infinite loop.

A slightly better way to say this would be "This was making interrupt() fall into infinite loop". The current text sounds like your patch introduces falling into infinite loop. But it's OK.

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