Bug 139297
| Summary: | REGRESSION(r176827): It broke the Windows build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | Anders Carlsson <andersca> |
| Status: | RESOLVED FIXED | ||
| Severity: | Blocker | CC: | bfulgham, roger_fong |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Csaba Osztrogonác
https://trac.webkit.org/changeset/176827 broke the Windows build - which is unreviewed and doesn't have bug report
1>..\..\win\WebCoreSupport\WebVisitedLinkStore.cpp(40): error C2065: 'visitedLinkStore' : undeclared identifier
1>..\..\win\WebCoreSupport\WebVisitedLinkStore.cpp(40): error C2275: 'WebVisitedLinkStore' : illegal use of this type as an expression
1>..\..\win\WebCoreSupport\WebVisitedLinkStore.cpp(42): error C2065: 'visitedLinkStore' : undeclared identifier
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anders Carlsson
Fixed in http://trac.webkit.org/changeset/176842.