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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 12:32:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d7243ab1180e8fde2ebe6b2894759ff6791fdb95
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 25 04:47:22 2010 +0000

    2010-08-24  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            Remove unneeded include in HTMLPreloadScanner
            https://bugs.webkit.org/show_bug.cgi?id=44552
    
            Slowly but steadily sweeping up the dust in the HTML parser.
    
            * html/HTMLPreloadScanner.cpp:
            * html/HTMLPreloadScanner.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65977 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4ecb448..347302b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-24  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        Remove unneeded include in HTMLPreloadScanner
+        https://bugs.webkit.org/show_bug.cgi?id=44552
+
+        Slowly but steadily sweeping up the dust in the HTML parser.
+
+        * html/HTMLPreloadScanner.cpp:
+        * html/HTMLPreloadScanner.h:
+
 2010-08-24  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by Dumitru Daniliuc.
diff --git a/WebCore/html/HTMLPreloadScanner.cpp b/WebCore/html/HTMLPreloadScanner.cpp
index edf9d45..7aafd90 100644
--- a/WebCore/html/HTMLPreloadScanner.cpp
+++ b/WebCore/html/HTMLPreloadScanner.cpp
@@ -31,6 +31,7 @@
 #include "CSSHelper.h"
 #include "DocLoader.h"
 #include "Document.h"
+#include "HTMLTokenizer.h"
 #include "HTMLTreeBuilder.h"
 #include "HTMLLinkElement.h"
 #include "HTMLNames.h"
diff --git a/WebCore/html/HTMLPreloadScanner.h b/WebCore/html/HTMLPreloadScanner.h
index 8330b73..94a90e6 100644
--- a/WebCore/html/HTMLPreloadScanner.h
+++ b/WebCore/html/HTMLPreloadScanner.h
@@ -28,7 +28,6 @@
 #define HTMLPreloadScanner_h
 
 #include "CSSPreloadScanner.h"
-#include "HTMLTokenizer.h"
 #include "HTMLToken.h"
 #include "SegmentedString.h"
 #include <wtf/Noncopyable.h>
@@ -37,6 +36,7 @@ namespace WebCore {
 
 class Document;
 class HTMLToken;
+class HTMLTokenizer;
 class SegmentedString;
 
 class HTMLPreloadScanner : public Noncopyable {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list