[Webkit-unassigned] [Bug 101401] New: Fix build warning in RenderLayer.cpp caused by r133543

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 15:18:01 PST 2012


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

           Summary: Fix build warning in RenderLayer.cpp caused by r133543
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


For fixing the below build warning after r133543.
     Source/WebCore/rendering/RenderLayer.cpp:1888:19: warning: ‘WebCore::FrameView* WebCore::frameViewFromLayer(const WebCore::RenderLayer*)’ defined but not used [-Wunused-function]

The static function WebCore::frameViewFromLayer is only used when USE(ACCELERATED_COMPOSITING), so define it only that case seems better.

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