Bug 165791
Summary: | makeString's UChar* version of writeTo(LChar*) should be compile-time failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | darin, jfbastien |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 147142 | ||
Bug Blocks: |
JF Bastien
It's currently a call to CRASH. It should be made to be a compile-time failure if instantiated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
I don’t think this is important to do. It would be a neat refinement, but it’s not a practical problem. It would be helpful to discover mistakes in the implementation of tryMakeString itself, but it’s not relevant to users of makeString. I suggest we just close this bug.