[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 14:43:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ef8b564e0c6d7e91c8c3fc071c2145e481cb7448
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 13:20:25 2010 +0000

    2010-10-18  Peter Varga  <pvarga at inf.u-szeged.hu>
    
            Reviewed by Andreas Kling.
    
            Remove some unnecessary lines of code from Parser.cpp
            https://bugs.webkit.org/show_bug.cgi?id=47816
    
            * parser/Parser.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69957 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9d1266a..23dc942 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-18  Peter Varga  <pvarga at inf.u-szeged.hu>
+
+        Reviewed by Andreas Kling.
+
+        Remove some unnecessary lines of code from Parser.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=47816
+
+        * parser/Parser.cpp:
+
 2010-10-18  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Csaba Osztrogonác.
diff --git a/JavaScriptCore/parser/Parser.cpp b/JavaScriptCore/parser/Parser.cpp
index dc2cbe4..ad85a7c 100644
--- a/JavaScriptCore/parser/Parser.cpp
+++ b/JavaScriptCore/parser/Parser.cpp
@@ -26,12 +26,6 @@
 #include "Debugger.h"
 #include "JSParser.h"
 #include "Lexer.h"
-#include <wtf/HashSet.h>
-#include <wtf/Vector.h>
-
-#ifndef yyparse
-extern int jscyyparse(void*);
-#endif
 
 namespace JSC {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list