Bug 132887 - Check style script failing on valid ivar name.
Summary: Check style script failing on valid ivar name.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 15:00 PDT by Samuel White
Modified: 2014-05-13 15:00 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel White 2014-05-13 15:00:08 PDT
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.