WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
27599
'const unsigned' in return value
https://bugs.webkit.org/show_bug.cgi?id=27599
Summary
'const unsigned' in return value
Xan Lopez
Reported
2009-07-23 00:23:17 PDT
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.
Attachments
linenoconst.patch
(1.60 KB, patch)
2009-07-23 00:25 PDT
,
Xan Lopez
mrowe
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Xan Lopez
Comment 1
2009-07-23 00:25:15 PDT
Created
attachment 33319
[details]
linenoconst.patch Remove 'const' modifier.
Mark Rowe (bdash)
Comment 2
2009-07-23 00:58:35 PDT
Comment on
attachment 33319
[details]
linenoconst.patch r=me
Xan Lopez
Comment 3
2009-07-23 01:01:44 PDT
Landed as
r46260
, closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug