Bug 305667
| Summary: | Remove the deprecated LOCAL_REFERENCE macro | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vassili Bykov <v_bykov> |
| Component: | JavaScriptCore | Assignee: | Vassili Bykov <v_bykov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vassili Bykov
The fix for https://bugs.webkit.org/show_bug.cgi?id=305489 renamed the macro LOCAL_REFERENCE in InlineASM.h to LABEL_REFERENCE because the original name was misleading (the reference it was producing was not local). The old macro was left in the header file because of a dependency in another repo. Now that the dependency was updated, we can retire the old macro.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/168325392>
Vassili Bykov
Pull request: https://github.com/WebKit/WebKit/pull/56741
EWS
Committed 305764@main (89c11845fe73): <https://commits.webkit.org/305764@main>
Reviewed commits have been landed. Closing PR #56741 and removing active labels.