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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:38:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bfb1f2dcef094e3b6f48f519cd1068f33d8a69ca
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 07:26:19 2010 +0000

    2010-09-22  Kwang Yul Seo  <skyul at company100.net>
    
            Reviewed by Chris Fleizach.
    
            [chromium] Remove unused sys/types.h in VDMXParser.cpp
            https://bugs.webkit.org/show_bug.cgi?id=46136
    
            sys/types.h is not needed here.
    
            * platform/graphics/chromium/VDMXParser.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68019 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8943478..fda5b1c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2010-09-22  Kwang Yul Seo  <skyul at company100.net>
 
+        Reviewed by Chris Fleizach.
+
+        [chromium] Remove unused sys/types.h in VDMXParser.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=46136
+
+        sys/types.h is not needed here.
+
+        * platform/graphics/chromium/VDMXParser.cpp:
+
+2010-09-22  Kwang Yul Seo  <skyul at company100.net>
+
         Reviewed by Kent Tamura.
 
         [BREWMP] Change the home directory path to the WebKit module directory
diff --git a/WebCore/platform/graphics/chromium/VDMXParser.cpp b/WebCore/platform/graphics/chromium/VDMXParser.cpp
index 3347226..bd30a97 100644
--- a/WebCore/platform/graphics/chromium/VDMXParser.cpp
+++ b/WebCore/platform/graphics/chromium/VDMXParser.cpp
@@ -31,7 +31,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
 
 // For htons/ntohs
 #include <arpa/inet.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list