Bug 243290
| Summary: | [GTK4] Consistently use GRefPtr for GdkEvents | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alice Mikhaylenko <alicem> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 210100 | ||
Alice Mikhaylenko
GdkEvents in GTK4 are refcounted, and https://github.com/WebKit/WebKit/pull/2686 added GRefPtr support for them. We need to use it everywhere instead of GUniquePtr like in GTK3.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
You found this problem first, but I already have a pull request open against bug #247092, so let's keep that one.
*** This bug has been marked as a duplicate of bug 247092 ***