[Webkit-unassigned] [Bug 33869] New: scoping problem in TrailingFloatsRootInlineBox.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 14:16:49 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33869

           Summary: scoping problem in TrailingFloatsRootInlineBox.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jay.tucker at nokia.com


Changeset 53420 <http://trac.webkit.org/changeset/53420> broke the Qt Windows
build when using the MinGW compiler.

Specifically, there's a scoping problem with the call to setHasVirtualHeight()
in the constructor of TrailingFloatsRootInlineBox (in
WebCore\rendering\TrailingFloatsRootInlineBox.h).

I built using "build-webkit --qt --release --minimal" and then "make".

Here's a snippet from the build output:

In file included from rendering\RenderBlockLineLayout.cpp:33:
rendering\/TrailingFloatsRootInlineBox.h: In constructor
'WebCore::TrailingFloatsRootInlineBox::TrailingFloatsRootInlineBox(WebCore::RenderObject*)':
rendering\/TrailingFloatsRootInlineBox.h:37: error: 'setHasVirtualHeight' was
not declared in this scope
make[2]: *** [obj/release/RenderBlockLineLayout.o] Error 1
make[2]: Leaving directory `X:/WebKit/WebCore'

-- 
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