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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 18:34:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 72877d90fbc8bd50dba2f93a7513c5128bd65c49
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 14 01:08:54 2010 +0000

    Remove unnecessary include of Switch module.
    
    Rubber-stamped by Jon Honeycutt.
    
    There are no switch statements in this file.
    
    * dom/make_names.pl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73989 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3bfeeff..56e12d4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-13  Mark Rowe  <mrowe at apple.com>
+
+        Rubber-stamped by Jon Honeycutt.
+
+        Remove unnecessary include of Switch module.
+
+        There are no switch statements in this file.
+
+        * dom/make_names.pl:
+
 2010-12-13  Emil Eklund  <eae at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/dom/make_names.pl b/WebCore/dom/make_names.pl
index a3b71b8..836137e 100755
--- a/WebCore/dom/make_names.pl
+++ b/WebCore/dom/make_names.pl
@@ -35,7 +35,6 @@ use Getopt::Long;
 use File::Path;
 use IO::File;
 use InFilesParser;
-use Switch;
 
 sub readTags($$);
 sub readAttrs($$);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list