Bug 263636
| Summary: | REGRESSION(269727@main): JSPerformanceNavigationTiming.h(79,35): error: unknown type name 'NavigationNavigationType' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | pgriffis |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=262906 | ||
Fujii Hironori
Windows port can't compile.
S:\wwbb\work\build\WebKitBuild\Debug\WebCore\DerivedSources/JSPerformanceNavigationTiming.h(79,35): error: unknown type name 'NavigationNavigationType'
79 | String convertEnumerationToString(NavigationNavigationType);
| ^
269726@main: Good
269741@main: Bad
269727@main (bug#262906) seems to be a culprit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
clean builds fail, but incremental builds don't fail.
Fujii Hironori
269756@main reverted it.
*** This bug has been marked as a duplicate of bug 263642 ***