Bug 6748

Summary: HashTable extractors should be classes not functions
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
change extractors to be classes timo: review+

Maciej Stachowiak
Reported 2006-01-23 18:46:45 PST
HashTable extractors should be template classes with a static method, not template functions. This will remove the need for crazy workarounds for other compilers.
Attachments
change extractors to be classes (32.85 KB, patch)
2006-01-23 18:47 PST, Maciej Stachowiak
timo: review+
Maciej Stachowiak
Comment 1 2006-01-23 18:47:34 PST
Created attachment 5894 [details] change extractors to be classes
Tim Omernick
Comment 2 2006-01-23 19:20:35 PST
Comment on attachment 5894 [details] change extractors to be classes Patch looks great. r=me.
Note You need to log in before you can comment on or make changes to this bug.