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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 13:12:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d1bf3a95895c856db1e626a387993f772cc8ec63
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 8 23:01:51 2010 +0000

    Unreviewed trivial fix after r66960.
    
    * WebCore.pro: loader/TextDocument.h renamed to html/TextDocument.h
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67031 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2272e36..93cf35b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-08  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed trivial fix after r66960.
+
+        * WebCore.pro: loader/TextDocument.h renamed to html/TextDocument.h
+
 2010-09-08  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index a72ecac..55df644 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1529,6 +1529,7 @@ HEADERS += \
     html/ImageResizerThread.h \
     html/LabelsNodeList.h \
     html/StepRange.h \
+    html/TextDocument.h \
     html/TimeRanges.h \
     html/ValidityState.h \
     html/parser/CSSPreloadScanner.h \
@@ -1611,7 +1612,6 @@ HEADERS += \
     loader/Request.h \
     loader/ResourceLoader.h \
     loader/SubresourceLoader.h \
-    loader/TextDocument.h \
     loader/TextResourceDecoder.h \
     loader/ThreadableLoader.h \
     loader/WorkerThreadableLoader.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list