[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:49:06 UTC 2010


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

    Fix thinko.
    
    * runtime/JSCell.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68426 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9ebb4c6..3382388 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-27  Anders Carlsson  <andersca at apple.com>
 
+        Fix thinko.
+
+        * runtime/JSCell.h:
+
+2010-09-27  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Adam Roben.
 
         Try to fix Windows build.
diff --git a/JavaScriptCore/runtime/JSCell.h b/JavaScriptCore/runtime/JSCell.h
index 49bece5..cfa1454 100644
--- a/JavaScriptCore/runtime/JSCell.h
+++ b/JavaScriptCore/runtime/JSCell.h
@@ -49,8 +49,8 @@ namespace JSC {
     class JSCell : MSVCBugWorkaround {
 #else
     class JSCell {
-#endif
         WTF_MAKE_NONCOPYABLE(JSCell);
+#endif
 
         friend class GetterSetter;
         friend class Heap;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list