Bug 77040 - Keywords.table has extra returns
Summary: Keywords.table has extra returns
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 13:13 PST by Brian Barnes
Modified: 2012-01-25 13:13 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Barnes 2012-01-25 13:13:42 PST
When compiling the wincairo_cflite build, extra returns in the Keywords.table create an error in parser.cpp, specifically "maxTokenLength" is missing.

Deleting the 2 extra returns at the end fixes this problem.  The real problem might be in the parser code not being able to work around the extra returns.