Bug 65782

Summary: Fix Timer heap implementation to work with more libraries (other versions of STL)
Product: WebKit Reporter: Darin Adler <darin>
Component: PlatformAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Darin Adler 2011-08-05 11:40:49 PDT
Fix Timer heap implementation to work with more libraries (other versions of STL)
Comment 1 Darin Adler 2011-08-05 11:43:25 PDT
Created attachment 103092 [details]
Patch
Comment 2 Darin Adler 2011-08-05 17:41:26 PDT
I’ll have to find time to fix the Windows build and then land.
Comment 3 Darin Adler 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.
Comment 4 Darin Adler 2011-08-06 13:17:31 PDT
Committed r92556: <http://trac.webkit.org/changeset/92556>