[Webkit-unassigned] [Bug 37504] New: Change a parameter type of chooseIconForFiles()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 09:53:30 PDT 2010


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

           Summary: Change a parameter type of chooseIconForFiles()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


PassRefPtr<FileChoose> should be FileChoose*.
Though some implementations of ChromeClient::chooseIconForFiles() might have
ownership of the FileChooser instance, we don't need to use PassRefPtr<>. Such
implementations can store the FileChooser pointer to RefPtr<FileChooser>.

-- 
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