[Webkit-unassigned] [Bug 37032] operator ! operated on wrong target which is an object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 16:47:23 PDT 2010


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2010-04-02 16:47:23 PST ---
I'm actually not sure if there is anything to fix here. Using operator! with
String used to convert to NSString* on Mac, but now we have this:

inline bool operator!(const String& str) { return str.isNull(); }

And it was added precisely to fix referrer sending:
<http://trac.webkit.org/changeset/18577>.

-- 
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