[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:47:14 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 40d835426666d07f347deac549cac8e5b627952e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 25 23:46:48 2001 +0000

    Now works with -disable-kwq-complete
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@197 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/qt/_qfile.cpp b/WebCore/kwq/qt/_qfile.cpp
index e662273..3516a09 100644
--- a/WebCore/kwq/qt/_qfile.cpp
+++ b/WebCore/kwq/qt/_qfile.cpp
@@ -37,6 +37,8 @@
 
 #include "qfile.h"
 
+#ifdef _KWQ_COMPLETE_
+
 extern bool qt_file_access( const QString& fn, int t );
 
 QFile::QFile()
@@ -695,3 +697,5 @@ void QFile::close()
 
     return;
 }
+
+#endif
diff --git a/WebCore/src/kwq/qt/_qfile.cpp b/WebCore/src/kwq/qt/_qfile.cpp
index e662273..3516a09 100644
--- a/WebCore/src/kwq/qt/_qfile.cpp
+++ b/WebCore/src/kwq/qt/_qfile.cpp
@@ -37,6 +37,8 @@
 
 #include "qfile.h"
 
+#ifdef _KWQ_COMPLETE_
+
 extern bool qt_file_access( const QString& fn, int t );
 
 QFile::QFile()
@@ -695,3 +697,5 @@ void QFile::close()
 
     return;
 }
+
+#endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list