Title: [162622] trunk/Source/WebCore
Revision
162622
Author
beid...@apple.com
Date
2014-01-23 10:15:55 -0800 (Thu, 23 Jan 2014)

Log Message

Unreviewed build fix.

* WebCore.xcodeproj/project.pbxproj: Export the new header so WebKit can see it

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (162621 => 162622)


--- trunk/Source/WebCore/ChangeLog	2014-01-23 18:14:00 UTC (rev 162621)
+++ trunk/Source/WebCore/ChangeLog	2014-01-23 18:15:55 UTC (rev 162622)
@@ -1,3 +1,9 @@
+2014-01-23  Brady Eidson  <beid...@apple.com>
+
+        Unreviewed build fix.
+
+        * WebCore.xcodeproj/project.pbxproj: Export the new header so WebKit can see it
+
 2014-01-22  Brent Fulgham  <bfulg...@apple.com>
 
         [Win] Update project and solution files for 64-bit builds

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (162621 => 162622)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2014-01-23 18:14:00 UTC (rev 162621)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2014-01-23 18:15:55 UTC (rev 162622)
@@ -1798,7 +1798,7 @@
 		511EF2D117F0FDF100E4FA16 /* JSIDBObjectStoreCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 511EF2CE17F0FDF100E4FA16 /* JSIDBObjectStoreCustom.cpp */; };
 		511F23190DC160DA004F0032 /* StorageThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 511F23150DC160DA004F0032 /* StorageThread.cpp */; };
 		511F231A0DC160DA004F0032 /* StorageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 511F23160DC160DA004F0032 /* StorageThread.h */; };
-		5123AF1D18918AE40031CDC9 /* IDBGetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5123AF1C18918AE40031CDC9 /* IDBGetResult.h */; };
+		5123AF1D18918AE40031CDC9 /* IDBGetResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5123AF1C18918AE40031CDC9 /* IDBGetResult.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		5126E6BB0A2E3B12005C29FA /* IconDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5126E6B90A2E3B12005C29FA /* IconDatabase.cpp */; };
 		5126E6BC0A2E3B12005C29FA /* IconDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5126E6BA0A2E3B12005C29FA /* IconDatabase.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		512DD8E30D91E2B4000F89EE /* SharedBufferCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 512DD8E20D91E2B4000F89EE /* SharedBufferCF.cpp */; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to