Bug 27506 - Fixed typo
Summary: Fixed typo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Trivial
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 09:39 PDT by Robert Agoston
Modified: 2009-07-21 12:20 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1013 bytes, patch)
2009-07-21 09:43 PDT, Robert Agoston
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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