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

kinuko at chromium.org kinuko at chromium.org
Wed Dec 22 13:23:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 36d3807cdde6486fdd0eec6ec06a61db8f68edbe
Author: kinuko at chromium.org <kinuko at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 05:05:28 2010 +0000

    2010-09-13  Kinuko Yasuda  <kinuko at chromium.org>
    
            Unreviewed, build fix for Gtk.
    
            * bindings/js/JSEntryCustom.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67444 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5bde2e3..ed6d451 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-13  Kinuko Yasuda  <kinuko at chromium.org>
 
+        Unreviewed, build fix for Gtk.
+
+        * bindings/js/JSEntryCustom.cpp:
+
+2010-09-13  Kinuko Yasuda  <kinuko at chromium.org>
+
         Reviewed by Adam Barth.
 
         Make FileEntry and DirectoryEntry methods accessible via Entry instance
diff --git a/WebCore/bindings/js/JSEntryCustom.cpp b/WebCore/bindings/js/JSEntryCustom.cpp
index e29bf0c..59d7e3c 100644
--- a/WebCore/bindings/js/JSEntryCustom.cpp
+++ b/WebCore/bindings/js/JSEntryCustom.cpp
@@ -29,10 +29,11 @@
  */
 
 #include "config.h"
-#include "JSEntry.h"
 
 #if ENABLE(FILE_SYSTEM)
 
+#include "JSEntry.h"
+
 #include "Entry.h"
 #include "JSDOMBinding.h"
 #include "JSDirectoryEntry.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list