Title: [99665] trunk/Source/WebCore
Revision
99665
Author
[email protected]
Date
2011-11-09 00:51:00 -0800 (Wed, 09 Nov 2011)

Log Message

Fix the build.

* WebCore.exp.in: Export the right symbol names.
* WebCore.xcodeproj/project.pbxproj: Make the header file available outside of WebCore.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (99664 => 99665)


--- trunk/Source/WebCore/ChangeLog	2011-11-09 08:42:44 UTC (rev 99664)
+++ trunk/Source/WebCore/ChangeLog	2011-11-09 08:51:00 UTC (rev 99665)
@@ -1,3 +1,10 @@
+2011-11-09  Mark Rowe  <[email protected]>
+
+        Fix the build.
+
+        * WebCore.exp.in: Export the right symbol names.
+        * WebCore.xcodeproj/project.pbxproj: Make the header file available outside of WebCore.
+
 2011-11-08  Simon Hausmann  <[email protected]>
 
         [Qt] Replace use of QApplication with QGuiApplication

Modified: trunk/Source/WebCore/WebCore.exp.in (99664 => 99665)


--- trunk/Source/WebCore/WebCore.exp.in	2011-11-09 08:42:44 UTC (rev 99664)
+++ trunk/Source/WebCore/WebCore.exp.in	2011-11-09 08:51:00 UTC (rev 99665)
@@ -391,8 +391,8 @@
 __ZN7WebCore14SecurityPolicy18setLocalLoadPolicyENS0_15LocalLoadPolicyE
 __ZN7WebCore14SecurityPolicy18shouldHideReferrerERKNS_4KURLERKN3WTF6StringE
 __ZN7WebCore14SecurityPolicy27resetOriginAccessWhitelistsEv
-__ZN7WebCore14SecurityPolicy29addOriginAccessWhitelistEntryERKS0_RKN3WTF6StringES6_b
-__ZN7WebCore14SecurityPolicy32removeOriginAccessWhitelistEntryERKS0_RKN3WTF6StringES6_b
+__ZN7WebCore14SecurityPolicy29addOriginAccessWhitelistEntryERKNS_14SecurityOriginERKN3WTF6StringES7_b
+__ZN7WebCore14SecurityPolicy32removeOriginAccessWhitelistEntryERKNS_14SecurityOriginERKN3WTF6StringES7_b
 __ZN7WebCore14StorageTracker7originsERN3WTF6VectorINS1_6RefPtrINS_14SecurityOriginEEELm0EEE
 __ZN7WebCore14StorageTracker7trackerEv
 __ZN7WebCore14StorageTracker9setClientEPNS_20StorageTrackerClientE

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (99664 => 99665)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-11-09 08:42:44 UTC (rev 99664)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-11-09 08:51:00 UTC (rev 99665)
@@ -3216,7 +3216,7 @@
 		973E325610883B7C005BC493 /* ResourceLoadNotifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 973E325410883B7C005BC493 /* ResourceLoadNotifier.cpp */; };
 		973E325710883B7C005BC493 /* ResourceLoadNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 973E325510883B7C005BC493 /* ResourceLoadNotifier.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		974D2DA4146A535D00D51F8B /* SecurityPolicy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 974D2DA2146A535D00D51F8B /* SecurityPolicy.cpp */; };
-		974D2DA5146A535D00D51F8B /* SecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 974D2DA3146A535D00D51F8B /* SecurityPolicy.h */; };
+		974D2DA5146A535D00D51F8B /* SecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 974D2DA3146A535D00D51F8B /* SecurityPolicy.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		9752D38D1413104B003305BD /* JSHTMLSpanElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9752D38B1413104B003305BD /* JSHTMLSpanElement.cpp */; };
 		9752D38E1413104B003305BD /* JSHTMLSpanElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 9752D38C1413104B003305BD /* JSHTMLSpanElement.h */; };
 		975CA28A130365F800E99AD9 /* Crypto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 975CA287130365F800E99AD9 /* Crypto.cpp */; };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to