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+

Description Robert Agoston 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.
Comment 1 Robert Agoston 2009-07-21 09:43:15 PDT
Created attachment 33184 [details]
proposed patch
Comment 2 David Levin 2009-07-21 11:20:15 PDT
Assign to levin for landing.
Comment 3 David Levin 2009-07-21 12:20:58 PDT
Committed as http://trac.webkit.org/changeset/46187