WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
94710
[V8] Remove template of V8DOMConfiguration::configureAttribute()
https://bugs.webkit.org/show_bug.cgi?id=94710
Summary
[V8] Remove template of V8DOMConfiguration::configureAttribute()
Kentaro Hara
Reported
2012-08-22 07:42:07 PDT
template<T> is not needed for V8DOMConfiguration::configureAttribute(). We can remove the template and de-inline the method. Given that SetAccessor() does a bunch of complicated stuff, de-inlining V8DOMConfiguration::configureAttribute() would make sense.
Attachments
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-08-22 07:47:50 PDT
Sorry, I was confused. Please ignore this bug. configureAttribute() can be called for both ObjectTemplate and Object, so it needs to be implemented by template<T>, where T is ObjectTemplate or Object.
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