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

andersca at apple.com andersca at apple.com
Wed Dec 22 13:48:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c2472a62b1281cad0b7d078174208892059d3e01
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 27 20:02:23 2010 +0000

    Try to fix the Windows build.
    
    * wtf/Noncopyable.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68419 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 2547ffc..9f7128c 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-27  Anders Carlsson  <andersca at apple.com>
+
+        Try to fix the Windows build.
+
+        * wtf/Noncopyable.h:
+
 2010-09-26  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Alexey Proskuryakov and Adam Barth.
diff --git a/JavaScriptCore/wtf/Noncopyable.h b/JavaScriptCore/wtf/Noncopyable.h
index 61f2530..898c1ba 100644
--- a/JavaScriptCore/wtf/Noncopyable.h
+++ b/JavaScriptCore/wtf/Noncopyable.h
@@ -38,7 +38,7 @@
     #define WTF_MAKE_NONCOPYABLE(ClassName) \
         private: \
             ClassName(const ClassName&); \
-            ClassName& operator=(const ClassName&);
+            ClassName& operator=(const ClassName&)
 #endif
 
 // We don't want argument-dependent lookup to pull in everything from the WTF

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list