RESOLVED FIXED6468
Remove CFDictionary from KWQObject.*
https://bugs.webkit.org/show_bug.cgi?id=6468
Summary Remove CFDictionary from KWQObject.*
Eric Seidel (no email)
Reported 2006-01-10 05:29:03 PST
Remove CFDictionary from KWQObject.* Attached patch does just that.
Attachments
proposed patch. (5.89 KB, patch)
2006-01-10 05:29 PST, Eric Seidel (no email)
darin: review+
Eric Seidel (no email)
Comment 1 2006-01-10 05:29:27 PST
Created attachment 5597 [details] proposed patch.
Darin Adler
Comment 2 2006-01-10 07:05:11 PST
Comment on attachment 5597 [details] proposed patch. It seems strange to have a takeRunLoopTimer function in KWQObjectTimer since all of KWQObjectTimer's fields are public. If we're going to have a function to set a data member, then I think this should be a class with private data members. But if we're going to be a struct with public data members then it seems we should just use assignment instead of an inline function that does the assignment. Otherwise, looks great. r=me
Note You need to log in before you can comment on or make changes to this bug.