[Webkit-unassigned] [Bug 54914] New: [chromium] ChromePluginPrintContext::begin() fails to override superclass method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 16:01:19 PST 2011


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

           Summary: [chromium] ChromePluginPrintContext::begin() fails to
                    override superclass method
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thakis at chromium.org


/b/build/slave/mac_clang/build/src/third_party/WebKit/Source/WebKit/chromium/src/WebFrameImpl.cpp:361:18:error: 'WebKit::ChromePluginPrintContext::begin' hides overloaded virtual function [-Woverloaded-virtual]
    virtual void begin(float width)
                 ^
/b/build/slave/mac_clang/build/src/third_party/WebKit/Source/WebKit/chromium/src/WebFrameImpl.cpp:291:18: note: hidden overloaded virtual function 'WebKit::ChromePrintContext::begin' declared here
    virtual void begin(float width, float height)
                 ^

The signature of the superclass method was changed in http://trac.webkit.org/changeset/71964 , but the subclass was not updated.

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