From 351326fd66e0a42268c042d8d54905e756df9f20 Mon Sep 17 00:00:00 2001 From: mjs Date: Mon, 16 Aug 2004 23:06:41 +0000 Subject: [PATCH] Fix build. * khtml/khtml_part.cpp: (KHTMLPart::isImmediateRedirectPending): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7265 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog-2005-08-23 | 7 +++++++ WebCore/khtml/khtml_part.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23 index 11b9a202b8ad..567fa451426a 100644 --- a/WebCore/ChangeLog-2005-08-23 +++ b/WebCore/ChangeLog-2005-08-23 @@ -1,3 +1,10 @@ +2004-08-16 Maciej Stachowiak + + Fix build. + + * khtml/khtml_part.cpp: + (KHTMLPart::isImmediateRedirectPending): + 2004-08-16 Richard Williamson Fixed Context2D forces integer positions in drawImage diff --git a/WebCore/khtml/khtml_part.cpp b/WebCore/khtml/khtml_part.cpp index 0948d3688779..b02eabdb8c94 100644 --- a/WebCore/khtml/khtml_part.cpp +++ b/WebCore/khtml/khtml_part.cpp @@ -1957,7 +1957,7 @@ void KHTMLPart::scheduleRedirection( double delay, const QString &url, bool doLo } } -bool KHTMLPart::isImmediateRedirectPending() +bool KHTMLPart::isImmediateRedirectPending() const { return d->m_scheduledRedirection != noRedirectionScheduled && d->m_delayRedirect == 0; } -- 2.36.0