Bug 103001 - Rename dataLog() and dataLogV() to dataLogF() and dataLogFV()
Summary: Rename dataLog() and dataLogV() to dataLogF() and dataLogFV()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 103009
  Show dependency treegraph
 
Reported: 2012-11-21 18:17 PST by Filip Pizlo
Modified: 2012-11-21 20:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-11-21 18:17:56 PST
This is necessary because as part of https://bugs.webkit.org/show_bug.cgi?id=103000, I want to be able to say:

dataLog("something = ", something, "\n");
Comment 1 Filip Pizlo 2012-11-21 18:18:52 PST
Already rubber stamped by Dan Bernstein.
Comment 2 Filip Pizlo 2012-11-21 20:28:32 PST
Landed in http://trac.webkit.org/changeset/135469