[Webkit-unassigned] [Bug 77040] New: Keywords.table has extra returns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 13:13:42 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77040

           Summary: Keywords.table has extra returns
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggadwa at charter.net
                CC: aroben at apple.com


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.

-- 
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