RESOLVED FIXED 65782
Fix Timer heap implementation to work with more libraries (other versions of STL)
https://bugs.webkit.org/show_bug.cgi?id=65782
Summary Fix Timer heap implementation to work with more libraries (other versions of ...
Darin Adler
Reported 2011-08-05 11:40:49 PDT
Fix Timer heap implementation to work with more libraries (other versions of STL)
Attachments
Patch (12.64 KB, patch)
2011-08-05 11:43 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2011-08-05 11:43:25 PDT
Darin Adler
Comment 2 2011-08-05 17:41:26 PDT
I’ll have to find time to fix the Windows build and then land.
Darin Adler
Comment 3 2011-08-05 17:42:56 PDT
I also noticed there is a typo in swap, timerB = a, which did not cause a problem at runtime because it is not used in our current library implementations. I’ll fix that typo before landing.
Darin Adler
Comment 4 2011-08-06 13:17:31 PDT
Note You need to log in before you can comment on or make changes to this bug.