Bug 27506

Summary: Fixed typo
Product: WebKit Reporter: Robert Agoston <Agoston.Robert>
Component: JavaScriptCoreAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Trivial CC: levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch levin: review+

Robert Agoston
Reported 2009-07-21 09:39:31 PDT
In bytecode/Opcode.h: #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length; FOR_EACH_OPCODE_ID(OPCODE_ID_LENGTHS); #undef OPCODE_ID_SIZES The #undef typo is fixed to #undef OPCODE_ID_LENGTHS.
Attachments
proposed patch (1013 bytes, patch)
2009-07-21 09:43 PDT, Robert Agoston
levin: review+
Robert Agoston
Comment 1 2009-07-21 09:43:15 PDT
Created attachment 33184 [details] proposed patch
David Levin
Comment 2 2009-07-21 11:20:15 PDT
Assign to levin for landing.
David Levin
Comment 3 2009-07-21 12:20:58 PDT
Note You need to log in before you can comment on or make changes to this bug.