Ignore:
Timestamp:
May 13, 2008, 2:18:02 PM (17 years ago)
Author:
[email protected]
Message:

2008-05-13 Kevin McCullough <[email protected]>

Reviewed by Geoff.

<rdar://problem/5770054> JavaScript profiler (10928)
Use PassRefPtrs instead of RefPtrs when appropriate.

  • profiler/FunctionCallProfile.cpp: (KJS::FunctionCallProfile::addChild):
  • profiler/FunctionCallProfile.h:
  • profiler/Profile.h: (KJS::Profile::callTree):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/profiler/FunctionCallProfile.h

    r33382 r33388  
    5050        void didExecute(Vector<UString> stackNames, unsigned int stackIndex);
    5151
    52         void addChild(RefPtr<FunctionCallProfile>& child);
     52        void addChild(PassRefPtr<FunctionCallProfile> prpChild);
    5353        FunctionCallProfile* findChild(const UString& name);
    5454
Note: See TracChangeset for help on using the changeset viewer.