WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 35850
TypeInfo is unnecessarily large
https://bugs.webkit.org/show_bug.cgi?id=35850
Summary
TypeInfo is unnecessarily large
Oliver Hunt
Reported
2010-03-07 20:31:17 PST
TypeInfo is unnecessarily large
Attachments
Patch
(15.17 KB, patch)
2010-03-07 20:42 PST
,
Oliver Hunt
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2010-03-07 20:42:18 PST
Created
attachment 50184
[details]
Patch
Darin Adler
Comment 2
2010-03-08 08:01:28 PST
Comment on
attachment 50184
[details]
Patch
> - JSType type() const { return m_type; } > + JSType type() const { return (JSType)m_type; }
This should use static_cast rather than a C-style cast. r=me
Oliver Hunt
Comment 3
2010-03-08 14:45:31 PST
Committed
r55684
: <
http://trac.webkit.org/changeset/55684
>
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