Bug 43175

Summary: [WML] Change getIDAttribute() with getIdAttribute()
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, hyuki.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch
none
Patch none

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.