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/JavaScriptCore.xcodeproj/project.pbxproj

    r20475 r20476  
    926926                        isa = PBXGroup;
    927927                        children = (
    928                                 51F648D60BB4E2CA0033D760 /* RetainPtr.h */,
    929928                                E195678D09E7CF1200B89D13 /* unicode */,
    930929                                93AA4F770957251F0084B3A7 /* AlwaysInline.h */,
     
    953952                                65D6D87E09B5A32E0002E4D7 /* Platform.h */,
    954953                                65C647B3093EF8D60022C380 /* RefPtr.h */,
     954                                51F648D60BB4E2CA0033D760 /* RetainPtr.h */,
    955955                                E11D51750B2E798D0056C188 /* StringExtras.h */,
    956956                                6541BD6E08E80A17002CBEE7 /* TCPageMap.h */,
Note: See TracChangeset for help on using the changeset viewer.