Bug 132887
| Summary: | Check style script failing on valid ivar name. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Samuel White <samuel_white> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Samuel White
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |