Bug 277152
| Summary: | Update Node::m_treeScope to use a CheckedPtr | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | commit-queue, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 277184 | ||
| Bug Blocks: | |||
Chris Dumez
Update Node::m_treeScope to use a CheckedPtr.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/31303
EWS
Committed 281426@main (1f09a8d8f6b1): <https://commits.webkit.org/281426@main>
Reviewed commits have been landed. Closing PR #31303 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/132600974>
Ryosuke Niwa
Looks like this broke builds:
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebCore/dom/Document.h:413:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const WTF::CheckedRef<WebCore::ContainerNode>' to 'const WebCore::Document &' for 1st argument
class Document
Ryosuke Niwa
e.g. https://build.webkit.org/#/builders/928/builds/10061
WebKit Commit Bot
Re-opened since this is blocked by bug 277184