[Webkit-unassigned] [Bug 146091] New: Web Inspector: don't generate protocol type const RefPtr<T>&& since it makes no sense

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 17:44:57 PDT 2015


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

            Bug ID: 146091
           Summary: Web Inspector: don't generate protocol type const
                    RefPtr<T>&& since it makes no sense
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: darin at apple.com, drousso at apple.com,
                    graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

I believe this was introduced by https://bugs.webkit.org/show_bug.cgi?id=140053 which got rid of PassRefPtr in the protocol. It was a known issue, but I had to draw the line for that bug somewhere.

If we really have a non-null reference that is being 'borrowed' then the generated type signature here should be const T&.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150618/f82ed95a/attachment-0001.html>


More information about the webkit-unassigned mailing list