Bug 241082
Summary: | Relax the assertions for min/max unobscured size | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
The assertions in _setMinimumUnobscuredSizeOverride and _setMaximumUnobscuredSizeOverride often trigger
when the current bounds are 0. This is handled acceptably, and the assertion is not necessary in that case.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94409092>
Dean Jackson
This was https://github.com/WebKit/WebKit/pull/1149