Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/profiler/Profile.cpp

    r388 r437  
    3333namespace KJS { 
    3434 
    35 PassRefPtr<Profile> Profile::create(const UString& title
     35PassRefPtr<Profile> Profile::create(const UString& title, unsigned uid
    3636{ 
    37     return TreeProfile::create(title); 
     37    return TreeProfile::create(title, uid); 
    3838} 
    3939 
    40 Profile::Profile(const UString& title
     40Profile::Profile(const UString& title, unsigned uid
    4141    : m_title(title) 
     42    , m_uid(uid) 
    4243{ 
    4344    // FIXME: When multi-threading is supported this will be a vector and calls