Bug 90434 - Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
Summary: Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 90017
  Show dependency treegraph
 
Reported: 2012-07-02 23:52 PDT by Hayato Ito
Modified: 2012-07-03 17:03 PDT (History)
7 users (show)

See Also:


Attachments
fix (1.39 KB, patch)
2012-07-02 23:56 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.