Title: [183188] trunk/Source
Revision
183188
Author
[email protected]
Date
2015-04-23 09:08:43 -0700 (Thu, 23 Apr 2015)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (183187 => 183188)


--- trunk/Source/WTF/ChangeLog	2015-04-23 15:58:16 UTC (rev 183187)
+++ trunk/Source/WTF/ChangeLog	2015-04-23 16:08:43 UTC (rev 183188)
@@ -1,3 +1,10 @@
+2015-04-23  Alexey Proskuryakov  <[email protected]>
+
+        Build fix.
+
+        * WTF.xcodeproj/project.pbxproj: Make RAMSize.h a private header, now that it's used
+        from outside WTF.
+
 2015-04-23  Andreas Kling  <[email protected]>
 
         There should only be one way to get the system memory size.

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (183187 => 183188)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2015-04-23 15:58:16 UTC (rev 183187)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2015-04-23 16:08:43 UTC (rev 183188)
@@ -42,7 +42,7 @@
 		0FDDBFA81666DFA300C55FEF /* StringPrintStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FDDBFA61666DFA300C55FEF /* StringPrintStream.h */; };
 		14022F4118F5C3FC007FF0EB /* libbmalloc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14022F4018F5C3FC007FF0EB /* libbmalloc.a */; };
 		143F611F1565F0F900DB514A /* RAMSize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143F611D1565F0F900DB514A /* RAMSize.cpp */; };
-		143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (); }; };
+		143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		1447AEC618FCE57700B3D7FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1447AEC518FCE57700B3D7FF /* Foundation.framework */; };
 		1447AEC718FCE58000B3D7FF /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D247B6214689B8600E78B76 /* libWTF.a */; };
 		1447AEC918FCE59400B3D7FF /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1447AEC818FCE59400B3D7FF /* mbmalloc.cpp */; };

Modified: trunk/Source/WebKit2/ChangeLog (183187 => 183188)


--- trunk/Source/WebKit2/ChangeLog	2015-04-23 15:58:16 UTC (rev 183187)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-23 16:08:43 UTC (rev 183188)
@@ -1,3 +1,9 @@
+2015-04-23  Alexey Proskuryakov  <[email protected]>
+
+        Build fix.
+
+        * WebProcess/cocoa/WebProcessCocoa.mm: Correct the case of an include file name.
+
 2015-04-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix debug build after r183176.

Modified: trunk/Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm (183187 => 183188)


--- trunk/Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm	2015-04-23 15:58:16 UTC (rev 183187)
+++ trunk/Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm	2015-04-23 16:08:43 UTC (rev 183188)
@@ -55,7 +55,7 @@
 #import <dispatch/dispatch.h>
 #import <objc/runtime.h>
 #import <stdio.h>
-#import <wtf/RamSize.h>
+#import <wtf/RAMSize.h>
 
 #define ENABLE_MANUAL_WEBPROCESS_SANDBOXING !PLATFORM(IOS)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to