[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:37:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f3bbddbb2200659be409b0919733790f953c20e1
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 16 00:09:37 2003 +0000

    *** empty log message ***
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4115 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/css/parser.y b/WebCore/khtml/css/parser.y
index 70127a4..fb7050e 100644
--- a/WebCore/khtml/css/parser.y
+++ b/WebCore/khtml/css/parser.y
@@ -828,7 +828,7 @@ expr:
             $$->addValue( $3 );
         }
     }
-    | error {
+    | expr error {
         delete $1;
         $$ = 0;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list