[Webkit-unassigned] [Bug 31953] New: [Qt] [code cleaning] Clean the code paths of QWebFrame::render()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 28 08:53:12 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31953
Summary: [Qt] [code cleaning] Clean the code paths of
QWebFrame::render()
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: benjamin.poulain at nokia.com
CC: benjamin.poulain at nokia.com
Some implementation of QWebFrame::render() check if the frame is valid, other
don't.
This check is done by QWebFramePrivate::renderPrivate() anyway:
void QWebFramePrivate::renderPrivate(QPainter *painter, QWebFrame::RenderLayer
layer, const QRegion &clip)
{
if (!frame->view() || !frame->contentRenderer())
return;
so their is no need to check in QWebFrame.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list