WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142563
Calling super() in a base class results in a crash
https://bugs.webkit.org/show_bug.cgi?id=142563
Summary
Calling super() in a base class results in a crash
Ryosuke Niwa
Reported
2015-03-10 20:38:07 PDT
class { constructor() { super() } } results in a crash.
Attachments
Fixes the crash
(11.91 KB, patch)
2015-03-10 20:44 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Fixed a typo
(11.91 KB, patch)
2015-03-10 20:46 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2015-03-10 20:44:16 PDT
Created
attachment 248391
[details]
Fixes the crash
WebKit Commit Bot
Comment 2
2015-03-10 20:45:35 PDT
Attachment 248391
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/parser/Parser.h:378: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Ryosuke Niwa
Comment 3
2015-03-10 20:46:05 PDT
Created
attachment 248392
[details]
Fixed a typo
WebKit Commit Bot
Comment 4
2015-03-10 20:48:42 PDT
Attachment 248392
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/parser/Parser.h:378: Please declare enum bitfields as unsigned integral types. [runtime/enum_bitfields] [5] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 5
2015-03-11 14:03:54 PDT
Comment on
attachment 248392
[details]
Fixed a typo Clearing flags on attachment: 248392 Committed
r181404
: <
http://trac.webkit.org/changeset/181404
>
WebKit Commit Bot
Comment 6
2015-03-11 14:04:00 PDT
All reviewed patches have been landed. Closing bug.
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