[Webkit-unassigned] [Bug 41510] Add Base64DecodePolicy option at base64Decode()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 14 11:12:40 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=41510
--- Comment #46 from Darin Adler <darin at apple.com> 2010-09-14 11:12:39 PST ---
(In reply to comment #45)
> > Empty string sounds OK.
> Can you post me a snippet for it? I'm not sure if a >>locationString = ""<< will work, because it is a NSURL*.
It’s an NSString, not an NSURL.
It would be:
if (!locationString)
locationString = @"";
--
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