Bug 139274

Summary: printInternal(PrintStream& out, JSC::JITCode::JITType type) ends up dumping a literal %s
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 137888    
Bug Blocks:    
Attachments:
Description Flags
the patch none

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.