[Webkit-unassigned] [Bug 27599] New: 'const unsigned' in return value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 00:23:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27599
Summary: 'const unsigned' in return value
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: xan.lopez at gmail.com
r46179 (bug #27387) added the ErrorEvent.h file, with a method 'lineno'
declared as:
const unsigned lineno() const { return m_lineNumber; }
The 'const unsigned' value was (probably) a copy&paste mistake, since it does
not really make any sense. Patch to fix this attached.
--
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