Bug 312359
| Summary: | Rename jsCast to jsUnsafeCast and then rename jsSecureCast to jsCast | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | JavaScriptCore | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | rniwa |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Rename jsCast to jsUnsafeCast and then rename jsSecureCast to jsCast. We should encourage the use of the *safe* variant and thus have it use the shorter/simpler name, just like we do for downcast.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/62805
Chris Dumez
*** This bug has been marked as a duplicate of bug 312444 ***