Bug 235667 - REGRESSION(r288623) MSVC reports "InspectorDOMAgent.cpp(558,40): error C2059: syntax error: ':'"
Summary: REGRESSION(r288623) MSVC reports "InspectorDOMAgent.cpp(558,40): error C2059:...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-26 13:15 PST by Fujii Hironori
Modified: 2022-01-27 03:46 PST (History)
7 users (show)

See Also:


Attachments
Patch for landing (2.19 KB, patch)
2022-01-26 13:18 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2022-01-26 13:15:13 PST
REGRESSION(r288623) MSVC reports "InspectorDOMAgent.cpp(558,40): error C2059: syntax error: ':'"

C:\cygwin\worker\win10-release\build\Source\WebCore\inspector/agents/InspectorDOMAgent.cpp(558,40): error C2059: syntax error: ':' (compiling source file C:\cygwin\worker\win10-release\build\WebKitBuild\Release\DerivedSources\WebCore\unified-sources\UnifiedSource-84c9f43f-5.cpp) [C:\cygwin\worker\win10-release\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
C:\cygwin\worker\win10-release\build\Source\WebCore\inspector/agents/InspectorDOMAgent.cpp(663,64): error C2059: syntax error: ':' (compiling source file C:\cygwin\worker\win10-release\build\WebKitBuild\Release\DerivedSources\WebCore\unified-sources\UnifiedSource-84c9f43f-5.cpp) [C:\cygwin\worker\win10-release\build\WebKitBuild\Release\Source\WebCore\WebCore.vcxproj]
Comment 1 Fujii Hironori 2022-01-26 13:18:31 PST
Created attachment 450059 [details]
Patch for landing
Comment 2 EWS 2022-01-26 14:36:58 PST
Committed r288646 (246455@main): <https://commits.webkit.org/246455@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 450059 [details].
Comment 3 Radar WebKit Bug Importer 2022-01-26 14:37:19 PST
<rdar://problem/88096300>
Comment 4 Antoine Quint 2022-01-27 03:46:13 PST
Sorry about this and thanks for fixing!