[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

aroben at apple.com aroben at apple.com
Thu Apr 8 00:53:35 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ee21b7263362561c30508a8dffdef328f09bba84
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 4 17:29:24 2010 +0000

    2010-01-04  Adam Roben  <aroben at apple.com>
    
            No review, rolling out r52741.
            http://trac.webkit.org/changeset/52741
            https://bugs.webkit.org/show_bug.cgi?id=33056
    
            * wtf/AlwaysInline.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52744 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 561524f..38fa72b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-04  Adam Roben  <aroben at apple.com>
+
+        No review, rolling out r52741.
+        http://trac.webkit.org/changeset/52741
+        https://bugs.webkit.org/show_bug.cgi?id=33056
+
+        * wtf/AlwaysInline.h:
+
 2010-01-04  Patrick Gansterer  <paroga at paroga.com>
 
         Reviewed by Darin Adler.
diff --git a/JavaScriptCore/wtf/AlwaysInline.h b/JavaScriptCore/wtf/AlwaysInline.h
index e5edb6d..4e7224c 100644
--- a/JavaScriptCore/wtf/AlwaysInline.h
+++ b/JavaScriptCore/wtf/AlwaysInline.h
@@ -57,8 +57,6 @@
 #ifndef NO_RETURN
 #if COMPILER(GCC)
 #define NO_RETURN __attribute((__noreturn__))
-#elif COMPILER(MSVC)
-#define NO_RETURN __declspec(noreturn)
 #else
 #define NO_RETURN
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list