[Webkit-unassigned] [Bug 104970] Web Inspector: Search by selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 09:49:33 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104970





--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2012-12-14 09:51:53 PST ---
> > Rename to _syncToSelection (make private)
> 
> Just so I understand:  private-per-file not per-class ? The function is call is across classes.

Yes. Private is per class. It is not a compiler annotation, it is rather an indication that you can rename it within file. We also are supposed to follow the file per public class policy.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list