Bug 245366
| Summary: | Move BorderValue implementation to .cpp file | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Matthieu Dubet <m_dubet> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
https://github.com/WebKit/WebKit/pull/4490/
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100129199>
EWS
Committed 254638@main (be59551cc253): <https://commits.webkit.org/254638@main>
Reviewed commits have been landed. Closing PR #4490 and removing active labels.
Simon Fraser (smfr)
Why?
Matthieu Dubet
To improve compilation time: BorderValue.h is included by RenderStyle.h which is itself included by many parts of WebCore.