RESOLVED FIXED 66428
Made some code even more private to a particular file and class
https://bugs.webkit.org/show_bug.cgi?id=66428
Summary Made some code even more private to a particular file and class
Darin Adler
Reported 2011-08-17 16:26:49 PDT
Made some code even more private to a particular file and class
Attachments
Patch (3.49 KB, patch)
2011-08-17 16:37 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2011-08-17 16:37:56 PDT
Darin Adler
Comment 2 2011-08-18 10:41:44 PDT
Looks like Adam did part of this already, independently!
Adam Roben (:aroben)
Comment 3 2011-08-18 12:33:03 PDT
Comment on attachment 104279 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104279&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:2528 > +@implementation WKView (WKFileInternal) I added a WKView (FileInternal) category in an earlier revision today. We should unify the two!
Darin Adler
Comment 4 2011-08-18 12:33:30 PDT
(In reply to comment #3) > I added a WKView (FileInternal) category in an earlier revision today. We should unify the two! I did already, will land shortly.
Darin Adler
Comment 5 2011-08-18 13:01:13 PDT
Note You need to log in before you can comment on or make changes to this bug.