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

satish at chromium.org satish at chromium.org
Wed Dec 22 13:28:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 602cefeacc5f51230dcbc4c7088b85c87231db30
Author: satish at chromium.org <satish at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 16 15:33:25 2010 +0000

    2010-09-16  Satish Sampath  <satish at chromium.org>
    
            Unreviewed, fixing a build break with VS 2008.
    
            Fix build break, add the namespace in a friend declaration to get MSVC recognize it properly.
            https://bugs.webkit.org/show_bug.cgi?id=45893
    
            * fileapi/FileWriter.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67622 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8192a05..0e9b7eb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-16  Satish Sampath  <satish at chromium.org>
+
+        Unreviewed, fixing a build break with VS 2008.
+
+        Fix build break, add the namespace in a friend declaration to get MSVC recognize it properly.
+        https://bugs.webkit.org/show_bug.cgi?id=45893
+
+        * fileapi/FileWriter.h:
+
 2010-09-15  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/fileapi/FileWriter.h b/WebCore/fileapi/FileWriter.h
index d9ac7e6..0737085 100644
--- a/WebCore/fileapi/FileWriter.h
+++ b/WebCore/fileapi/FileWriter.h
@@ -103,7 +103,7 @@ private:
 
     virtual ~FileWriter();
 
-    friend class RefCounted<FileWriter>;
+    friend class WTF::RefCounted<FileWriter>;
 
     // EventTarget
     virtual void refEventTarget() { ref(); }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list