Bug 229296
| Summary: | [win] Intermittent build failure in InspectorCSSAgent.cpp 'Backdrop': undeclared identifier | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | koivisto, ntim, ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=227801 | ||
Aakash Jain
Noticing this intermittent build failure on windows in InspectorCSSAgent.cpp 'Backdrop': undeclared identifier.
WebCore\inspector/agents/InspectorCSSAgent.cpp(453,41): error C2838: 'Backdrop': illegal qualified name in member declaration
WebCore\inspector/agents/InspectorCSSAgent.cpp(453,49): error C2065: 'Backdrop': undeclared identifier
This is causing false positives on windows-ews.
e.g.:
https://ews-build.webkit.org/#/builders/10/builds/101698
https://ews-build.webkit.org/#/builders/10/builds/101870
https://ews-build.webkit.org/#/builders/10/builds/101867
https://ews-build.webkit.org/#/builders/10/builds/101855
https://build.webkit.org/#/builders/56/builds/4022
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Presumably this is related to https://trac.webkit.org/changeset/281229/webkit?
Ryan Haddad
There hasn't been a build failure on trunk bots since the one linked above, so maybe this had something to do with incremental builds?
Radar WebKit Bug Importer
<rdar://problem/82396065>