Hi, I want to add a printf statement to DocumentOrderedMap::get method to see the value key parameter. Key parameter is of type AtomicStringImpl. It cannot be passed directly to a printf statement like this.
printf("key is %s", key);
What should I do to print the value of key.
Thanks a lot,
Chamal.
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
