Bug 6748 - HashTable extractors should be classes not functions
Summary: HashTable extractors should be classes not functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 18:46 PST by Maciej Stachowiak
Modified: 2006-01-23 20:34 PST (History)
0 users

See Also:


Attachments
change extractors to be classes (32.85 KB, patch)
2006-01-23 18:47 PST, Maciej Stachowiak
timo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 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.
Comment 1 Maciej Stachowiak 2006-01-23 18:47:34 PST
Created attachment 5894 [details]
change extractors to be classes
Comment 2 Tim Omernick 2006-01-23 19:20:35 PST
Comment on attachment 5894 [details]
change extractors to be classes

Patch looks great.  r=me.