Bug 43175 - [WML] Change getIDAttribute() with getIdAttribute()
Summary: [WML] Change getIDAttribute() with getIdAttribute()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-29 00:18 PDT by Gyuyoung Kim
Modified: 2010-08-07 23:32 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.17 KB, patch)
2010-07-29 00:22 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (1.25 KB, patch)
2010-08-06 20:03 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2010-07-29 00:18:42 PDT
Element class doesn't support getIDAttribute() anymore. So, WMLCardElement.cpp should not use the getIDAttribute() as well. I fix this problem.
Comment 1 Gyuyoung Kim 2010-07-29 00:22:34 PDT
Created attachment 62923 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-08-06 13:05:56 PDT
Comment on attachment 62923 [details]
Patch

Is this the right change?  idForStyleResolution() doesn't sound like what you want here...
Comment 3 Gyuyoung Kim 2010-08-06 20:03:59 PDT
Created attachment 63797 [details]
Patch

Oops, sorry. This was my mistake. I change getIDAttribute() with getIdAttribute(). The function's name was changed with getIdAttribute().
Comment 4 Eric Seidel (no email) 2010-08-07 23:32:32 PDT
Comment on attachment 63797 [details]
Patch

Clearing flags on attachment: 63797

Committed r64940: <http://trac.webkit.org/changeset/64940>
Comment 5 Eric Seidel (no email) 2010-08-07 23:32:37 PDT
All reviewed patches have been landed.  Closing bug.