Bug 46079 - Fix Opcode stats compilation
Summary: Fix Opcode stats compilation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 02:38 PDT by Xan Lopez
Modified: 2010-09-21 03:56 PDT (History)
0 users

See Also:


Attachments
opcodestats.diff (1.80 KB, patch)
2010-09-20 02:39 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2010-09-20 02:38:20 PDT
ssia.
Comment 1 Xan Lopez 2010-09-20 02:39:21 PDT
Created attachment 68064 [details]
opcodestats.diff
Comment 2 Martin Robinson 2010-09-20 08:41:44 PDT
Comment on attachment 68064 [details]
opcodestats.diff

View in context: https://bugs.webkit.org/attachment.cgi?id=68064&action=prettypatch

Looks sane to me!

> JavaScriptCore/bytecode/Opcode.cpp:34
> +#include <stdio.h>

I prefer C++ style includes <cstdio>, but I don't know if this is a WebKit standard.
Comment 3 Xan Lopez 2010-09-21 03:56:10 PDT
Comment on attachment 68064 [details]
opcodestats.diff

Landed as r67939.
Comment 4 Xan Lopez 2010-09-21 03:56:20 PDT
Closing.