Changeset 62731 in webkit


Ignore:
Timestamp:
Jul 7, 2010 5:09:39 PM (14 years ago)
Author:
Joseph Pecoraro
Message:

2010-07-07 Joseph Pecoraro <Joseph Pecoraro>

Rubber-stamped by Pavel Feldman.

Web Inspector: All RefPtr arguments and return values should be changed to PassRefPtr according to common practice.
https://bugs.webkit.org/show_bug.cgi?id=41759

  • inspector/CodeGeneratorInspector.pm:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r62713 r62731  
     12010-07-07  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Rubber-stamped by Pavel Feldman.
     4
     5        Web Inspector: All RefPtr arguments and return values should be changed to PassRefPtr according to common practice.
     6        https://bugs.webkit.org/show_bug.cgi?id=41759
     7
     8        * inspector/CodeGeneratorInspector.pm:
     9
    1102010-07-07  Chris Fleizach  <cfleizach@apple.com>
    211
  • trunk/WebCore/inspector/CodeGeneratorInspector.pm

    r62656 r62731  
    3232};
    3333$typeTransform{"Value"} = {
    34     "param" => "const RefPtr<InspectorValue>&",
     34    "param" => "PassRefPtr<InspectorValue>",
    3535    "retVal" => "PassRefPtr<InspectorValue>",
    3636    "forward" => "InspectorValue",
Note: See TracChangeset for help on using the changeset viewer.