[Webkit-unassigned] [Bug 131704] Simple ES6 feature:String prototype additions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 09:58:29 PDT 2014


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





--- Comment #44 from Diego Pino <dpino at igalia.com>  2014-09-19 09:58:29 PST ---
(In reply to comment #43)
> (In reply to comment #42)
> > In startsWith, dereferencing 'this' returns a 'const StringImpl'.
> 
> Exactly. That’s a StringImpl member function. And I said that we should follow this patch up by removing all the const on StringImpl member functions since it’s an immutable class. So we would remove the const from the startsWith function declaration. And then after that was done we could get rid of all const StringImpl since it would mean the same thing as StringImpl.

OK, thanks for the clarification, now I understand better. So if there are no more changes to make I will switch the patch to cq?. Could you land?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list