[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 15:33:17 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 47724a16e2ef06bc939e2d48bd1d514eaa949a83
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 07:59:14 2010 +0000

    2010-11-07  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.  Remove some unneeded includes.
    
            * loader/FrameLoader.cpp:
            * loader/PlaceholderDocument.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71501 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f321685..93bf66e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-07  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed.  Remove some unneeded includes.
+
+        * loader/FrameLoader.cpp:
+        * loader/PlaceholderDocument.cpp:
+
+2010-11-07  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Rename Cache to MemoryCache
diff --git a/WebCore/loader/FrameLoader.cpp b/WebCore/loader/FrameLoader.cpp
index 37db9ca..ed988dd 100644
--- a/WebCore/loader/FrameLoader.cpp
+++ b/WebCore/loader/FrameLoader.cpp
@@ -77,7 +77,6 @@
 #include "PageCache.h"
 #include "PageGroup.h"
 #include "PageTransitionEvent.h"
-#include "PlaceholderDocument.h"
 #include "PluginData.h"
 #include "PluginDatabase.h"
 #include "PluginDocument.h"
diff --git a/WebCore/loader/PlaceholderDocument.cpp b/WebCore/loader/PlaceholderDocument.cpp
index 81222b3..93a26db 100644
--- a/WebCore/loader/PlaceholderDocument.cpp
+++ b/WebCore/loader/PlaceholderDocument.cpp
@@ -26,9 +26,6 @@
 #include "config.h"
 #include "PlaceholderDocument.h"
 
-#include "CSSStyleSelector.h"
-#include "StyleSheetList.h"
-
 namespace WebCore {
 
 void PlaceholderDocument::attach()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list