Ignore:
Timestamp:
Jun 8, 2010, 1:35:10 AM (15 years ago)
Author:
[email protected]
Message:

2010-06-08 Kwang Yul Seo <[email protected]>

Reviewed by Adam Barth.

Change OwnPtrCommon to include platform-specific headers
https://bugs.webkit.org/show_bug.cgi?id=40279

Adding new type to OwnPtrCommon needlessly causes all ports to do full rebuilds.
Change OwnPtrCommon to include platform-specific headers to avoid all ports rebuilds.

  • JavaScriptCore.vcproj/WTF/WTF.vcproj:
  • wtf/OwnPtrCommon.h:
  • wtf/brew/OwnPtrBrew.h: Added.
  • wtf/win/OwnPtrWin.h: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r59187 r60830  
    244244                                >
    245245                        </File>
     246                        <File
     247                                RelativePath="..\..\wtf\win\OwnPtrWin.h"
     248                                >
     249                        </File>
    246250                </Filter>
    247251                <File
Note: See TracChangeset for help on using the changeset viewer.