Changeset 201966 in webkit


Ignore:
Timestamp:
Jun 10, 2016 11:01:48 PM (8 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, attempt to fix r201964 failure on Apple ports
https://bugs.webkit.org/show_bug.cgi?id=158619

Reviewed by Mark Lam.

Add Private attributes to MathCommon.h.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r201964 r201966  
     12016-06-10  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        Unreviewed, attempt to fix r201964 failure on Apple ports
     4        https://bugs.webkit.org/show_bug.cgi?id=158619
     5
     6        Reviewed by Mark Lam.
     7
     8        Add Private attributes to MathCommon.h.
     9
     10        * JavaScriptCore.xcodeproj/project.pbxproj:
     11
    1122016-06-10  Yusuke Suzuki  <utatane.tea@gmail.com>
    213
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r201783 r201966  
    11461146                4319DA041C1BE40D001D260B /* B3LowerMacrosAfterOptimizations.h in Headers */ = {isa = PBXBuildFile; fileRef = 4319DA021C1BE3C1001D260B /* B3LowerMacrosAfterOptimizations.h */; };
    11471147                4340A4841A9051AF00D73CCA /* MathCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4340A4821A9051AF00D73CCA /* MathCommon.cpp */; };
    1148                 4340A4851A9051AF00D73CCA /* MathCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 4340A4831A9051AF00D73CCA /* MathCommon.h */; };
     1148                4340A4851A9051AF00D73CCA /* MathCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 4340A4831A9051AF00D73CCA /* MathCommon.h */; settings = {ATTRIBUTES = (Private, ); }; };
    11491149                43422A621C158E6A00E2EB98 /* B3ConstFloatValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43422A601C15871B00E2EB98 /* B3ConstFloatValue.cpp */; };
    11501150                43422A631C158E6D00E2EB98 /* B3ConstFloatValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 43422A611C15871B00E2EB98 /* B3ConstFloatValue.h */; };
Note: See TracChangeset for help on using the changeset viewer.