Changeset 183188 in webkit


Ignore:
Timestamp:
Apr 23, 2015, 9:08:43 AM (10 years ago)
Author:
ap@apple.com
Message:

Build fix.

../WebKit2:

  • WebProcess/cocoa/WebProcessCocoa.mm: Correct the case of an include file name.

../WTF:

  • WTF.xcodeproj/project.pbxproj: Make RAMSize.h a private header, now that it's used

from outside WTF.

Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r183181 r183188  
     12015-04-23  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Build fix.
     4
     5        * WTF.xcodeproj/project.pbxproj: Make RAMSize.h a private header, now that it's used
     6        from outside WTF.
     7
    182015-04-23  Andreas Kling  <akling@apple.com>
    29
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r183001 r183188  
    4343                14022F4118F5C3FC007FF0EB /* libbmalloc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14022F4018F5C3FC007FF0EB /* libbmalloc.a */; };
    4444                143F611F1565F0F900DB514A /* RAMSize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143F611D1565F0F900DB514A /* RAMSize.cpp */; };
    45                 143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (); }; };
     45                143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4646                1447AEC618FCE57700B3D7FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1447AEC518FCE57700B3D7FF /* Foundation.framework */; };
    4747                1447AEC718FCE58000B3D7FF /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D247B6214689B8600E78B76 /* libWTF.a */; };
  • trunk/Source/WebKit2/ChangeLog

    r183184 r183188  
     12015-04-23  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Build fix.
     4
     5        * WebProcess/cocoa/WebProcessCocoa.mm: Correct the case of an include file name.
     6
    172015-04-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm

    r183181 r183188  
    5656#import <objc/runtime.h>
    5757#import <stdio.h>
    58 #import <wtf/RamSize.h>
     58#import <wtf/RAMSize.h>
    5959
    6060#define ENABLE_MANUAL_WEBPROCESS_SANDBOXING !PLATFORM(IOS)
Note: See TracChangeset for help on using the changeset viewer.