[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

xan at webkit.org xan at webkit.org
Sun Feb 20 23:33:55 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit e08a35f7bb9df55e6d6db1fc9070e39621dd0bfb
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 19:32:27 2011 +0000

    2011-01-21  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            Remove unnecessary <stdio.h> include
            https://bugs.webkit.org/show_bug.cgi?id=52884
    
            * jit/JIT.cpp: remove unnecessary include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76369 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 9d7c436..92d1f1e 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-21  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Remove unnecessary <stdio.h> include
+        https://bugs.webkit.org/show_bug.cgi?id=52884
+
+        * jit/JIT.cpp: remove unnecessary include.
+
 2011-01-20  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Maciej Stachowiak.
diff --git a/Source/JavaScriptCore/jit/JIT.cpp b/Source/JavaScriptCore/jit/JIT.cpp
index 89b1e30..b8bd718 100644
--- a/Source/JavaScriptCore/jit/JIT.cpp
+++ b/Source/JavaScriptCore/jit/JIT.cpp
@@ -45,10 +45,6 @@ JSC::MacroAssemblerX86Common::SSE2CheckState JSC::MacroAssemblerX86Common::s_sse
 #include "ResultType.h"
 #include "SamplingTool.h"
 
-#ifndef NDEBUG
-#include <stdio.h>
-#endif
-
 using namespace std;
 
 namespace JSC {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list