Bug 263636 - REGRESSION(269727@main): JSPerformanceNavigationTiming.h(79,35): error: unknown type name 'NavigationNavigationType'
Summary: REGRESSION(269727@main): JSPerformanceNavigationTiming.h(79,35): error: unkno...
Status: RESOLVED DUPLICATE of bug 263642
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-25 00:23 PDT by Fujii Hironori
Modified: 2023-10-25 07:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2023-10-25 00:23:03 PDT
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.
Comment 1 Fujii Hironori 2023-10-25 01:19:57 PDT
clean builds fail, but incremental builds don't fail.
Comment 2 Fujii Hironori 2023-10-25 07:42:09 PDT
269756@main reverted it.

*** This bug has been marked as a duplicate of bug 263642 ***