[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
cblu
cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:57:11 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 5d13e9b14e8ac3f5881bb93b9e540c1212a4b5d5
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 7 19:19:17 2002 +0000
Fixed break for Jersey test. Removed a warning that was only affecting sheridan
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@711 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/KWQApplication.mm b/WebCore/kwq/KWQApplication.mm
index f0dd063..b0a677f 100644
--- a/WebCore/kwq/KWQApplication.mm
+++ b/WebCore/kwq/KWQApplication.mm
@@ -26,7 +26,7 @@
#include <qapplication.h>
#include <qpalette.h>
-df
+
// FIXME:
static QPalette *DEFAULT_PALETTE = NULL;
static QSize *DEFAULT_SIZE = NULL;
diff --git a/WebCore/kwq/WCPlugin.mm b/WebCore/kwq/WCPlugin.mm
index cc30c5d..e53adad 100644
--- a/WebCore/kwq/WCPlugin.mm
+++ b/WebCore/kwq/WCPlugin.mm
@@ -135,8 +135,8 @@
FSSpec spec;
FSRef fref;
mainFuncPtr pluginMainFunc;
- initializeFuncPtr NPP_Initialize;
- getEntryPointsFuncPtr NPP_GetEntryPoints;
+ initializeFuncPtr NPP_Initialize = NULL;
+ getEntryPointsFuncPtr NPP_GetEntryPoints = NULL;
NPError npErr;
Boolean didLoad;
NSBundle *tempBundle;
diff --git a/WebCore/src/kwq/KWQApplication.mm b/WebCore/src/kwq/KWQApplication.mm
index f0dd063..b0a677f 100644
--- a/WebCore/src/kwq/KWQApplication.mm
+++ b/WebCore/src/kwq/KWQApplication.mm
@@ -26,7 +26,7 @@
#include <qapplication.h>
#include <qpalette.h>
-df
+
// FIXME:
static QPalette *DEFAULT_PALETTE = NULL;
static QSize *DEFAULT_SIZE = NULL;
diff --git a/WebCore/src/kwq/WCPlugin.mm b/WebCore/src/kwq/WCPlugin.mm
index cc30c5d..e53adad 100644
--- a/WebCore/src/kwq/WCPlugin.mm
+++ b/WebCore/src/kwq/WCPlugin.mm
@@ -135,8 +135,8 @@
FSSpec spec;
FSRef fref;
mainFuncPtr pluginMainFunc;
- initializeFuncPtr NPP_Initialize;
- getEntryPointsFuncPtr NPP_GetEntryPoints;
+ initializeFuncPtr NPP_Initialize = NULL;
+ getEntryPointsFuncPtr NPP_GetEntryPoints = NULL;
NPError npErr;
Boolean didLoad;
NSBundle *tempBundle;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list