[Webkit-unassigned] [Bug 27506] New: Fixed typo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 21 09:39:32 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27506
Summary: Fixed typo
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Trivial
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: Agoston.Robert at stud.u-szeged.hu
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list