Bug 139274 - printInternal(PrintStream& out, JSC::JITCode::JITType type) ends up dumping a literal %s
Summary: printInternal(PrintStream& out, JSC::JITCode::JITType type) ends up dumping a...
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: 137888
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-04 15:46 PST by Filip Pizlo
Modified: 2014-12-04 17:06 PST (History)
1 user (show)

See Also:


Attachments
the patch (1.10 KB, patch)
2014-12-04 15:49 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2014-12-04 15:46:20 PST
PrintStream::print() doesn't take a format string, but the caller assumed that it did.
Comment 1 Filip Pizlo 2014-12-04 15:49:06 PST
Created attachment 242592 [details]
the patch
Comment 2 Geoffrey Garen 2014-12-04 16:26:42 PST
Comment on attachment 242592 [details]
the patch

r=me
Comment 3 WebKit Commit Bot 2014-12-04 17:06:10 PST
Comment on attachment 242592 [details]
the patch

Clearing flags on attachment: 242592

Committed r176828: <http://trac.webkit.org/changeset/176828>
Comment 4 WebKit Commit Bot 2014-12-04 17:06:14 PST
All reviewed patches have been landed.  Closing bug.