[Webkit-unassigned] [Bug 132887] New: Check style script failing on valid ivar name.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 14:59:46 PDT 2014


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

           Summary: Check style script failing on valid ivar name.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuel_white at apple.com


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

The third comment shows the style check failing in an unusual way. It looks like:

WebCore::FrameView* frameView = m_page->mainFrameView()

is ok but:

WebCore::Page* page = m_page->corePage()

is a failure? They are identically named, I would expect the second one to be ok.

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