RESOLVED FIXED 43175
[WML] Change getIDAttribute() with getIdAttribute()
https://bugs.webkit.org/show_bug.cgi?id=43175
Summary [WML] Change getIDAttribute() with getIdAttribute()
Gyuyoung Kim
Reported Thursday, July 29, 2010 8:18:42 AM UTC
Element class doesn't support getIDAttribute() anymore. So, WMLCardElement.cpp should not use the getIDAttribute() as well. I fix this problem.
Attachments
Patch (1.17 KB, patch)
2010-07-29 00:22 PDT, Gyuyoung Kim
no flags
Patch (1.25 KB, patch)
2010-08-06 20:03 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 Thursday, July 29, 2010 8:22:34 AM UTC
Eric Seidel (no email)
Comment 2 Friday, August 6, 2010 9:05:56 PM UTC
Comment on attachment 62923 [details] Patch Is this the right change? idForStyleResolution() doesn't sound like what you want here...
Gyuyoung Kim
Comment 3 Saturday, August 7, 2010 4:03:59 AM UTC
Created attachment 63797 [details] Patch Oops, sorry. This was my mistake. I change getIDAttribute() with getIdAttribute(). The function's name was changed with getIdAttribute().
Eric Seidel (no email)
Comment 4 Sunday, August 8, 2010 7:32:32 AM UTC
Comment on attachment 63797 [details] Patch Clearing flags on attachment: 63797 Committed r64940: <http://trac.webkit.org/changeset/64940>
Eric Seidel (no email)
Comment 5 Sunday, August 8, 2010 7:32:37 AM UTC
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.