[Webkit-unassigned] [Bug 155795] [JSC] implement String.prototype.padStart() and String.prototype.padEnd() proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 09:47:47 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155795

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #274910|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #19 from Darin Adler <darin at apple.com> ---
Comment on attachment 274910
  --> https://bugs.webkit.org/attachment.cgi?id=274910
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=274910&action=review

Those comments about false and nullptr are wrong. I can't delete them due to a bug in how the website works on iPhone.

> Source/JavaScriptCore/runtime/StringPrototype.cpp:802
> +            return false;

nullptr, not false

> Source/JavaScriptCore/runtime/StringPrototype.cpp:809
> +            return false;

nullptr, false

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160325/4439d209/attachment.html>


More information about the webkit-unassigned mailing list