[Webkit-unassigned] [Bug 29810] New: [V8] Unsigned int return values are incorrectly treated as signed.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 28 09:11:29 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29810
Summary: [V8] Unsigned int return values are incorrectly
treated as signed.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dglazkov at chromium.org
CC: tkent at chromium.org
In CodeGeneratorV8.pm, "unsigned long" return value in IDL incorrectly
generates "int" in C++. It should be "unsigned" instead.
--
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