Bug 90434

Summary: Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita, rniwa, shinyak, tasak, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90017    
Attachments:
Description Flags
fix none

Description Hayato Ito 2012-07-02 23:52:59 PDT
A parameter of id is not used in getUserModifyProperty() defined in user-modify-inheritance.html.

 function getUserModifyProperty(id) {
    return computedStyle(document.getElementById("child-a"), userModifyPropertyName);
 }
Comment 1 Hayato Ito 2012-07-02 23:56:50 PDT
Created attachment 150547 [details]
fix
Comment 2 WebKit Review Bot 2012-07-03 17:03:35 PDT
Comment on attachment 150547 [details]
fix

Clearing flags on attachment: 150547

Committed r121815: <http://trac.webkit.org/changeset/121815>
Comment 3 WebKit Review Bot 2012-07-03 17:03:40 PDT
All reviewed patches have been landed.  Closing bug.