Changeset 20476 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Mar 24, 2007, 6:22:28 PM (18 years ago)
Author:
beidson
Message:

JavaScriptCore:

Reviewed by Adam

Whoops, RetainPtr should be in the WTF namespace

  • wtf/RetainPtr.h:

WebKit:

Reviewed by Adam

RetainPtr is no longer in the WebCore namespace

  • History/WebBackForwardList.mm:
  • WebCoreSupport/WebEditorClient.h:
  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebView/WebDocumentLoaderMac.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/RetainPtr.h

    r20475 r20476  
    2727#include <CoreFoundation/CoreFoundation.h>
    2828
    29 namespace WebCore {
     29namespace WTF {
    3030
    3131    template <typename T> struct RemovePointer {
     
    203203    }
    204204
    205 }
    206 
    207 #endif // RetainPtr_h
     205} // namespace WTF
     206
     207using WTF::AdoptCF;
     208using WTF::AdoptNS;
     209using WTF::RetainPtr;
     210
     211#endif // WTF_RetainPtr_h
Note: See TracChangeset for help on using the changeset viewer.