[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

darin at apple.com darin at apple.com
Wed Dec 22 18:07:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1c761c42c78999e5a7c434a2716314ae462e5c9b
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 7 16:40:31 2010 +0000

    Another build fix.
    
    * loader/CrossOriginAccessControl.cpp: Added a missing include.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73447 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 561b328..6ec1fcb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-07  Darin Adler  <darin at apple.com>
 
+        Another build fix.
+
+        * loader/CrossOriginAccessControl.cpp: Added a missing include.
+
+2010-12-07  Darin Adler  <darin at apple.com>
+
         Try to fix build.
 
         * plugins/PluginView.cpp:
diff --git a/WebCore/loader/CrossOriginAccessControl.cpp b/WebCore/loader/CrossOriginAccessControl.cpp
index f510704..8ca821e 100644
--- a/WebCore/loader/CrossOriginAccessControl.cpp
+++ b/WebCore/loader/CrossOriginAccessControl.cpp
@@ -30,6 +30,7 @@
 #include "HTTPParsers.h"
 #include "ResourceResponse.h"
 #include "SecurityOrigin.h"
+#include <wtf/HashSet.h>
 #include <wtf/Threading.h>
 #include <wtf/text/AtomicString.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list