Bug 77511 - ShadowRoot interface should inherit DocumentFragment interface in IDL.
Summary: ShadowRoot interface should inherit DocumentFragment interface in IDL.
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: 76693
Blocks: 63601 77514
  Show dependency treegraph
 
Reported: 2012-01-31 23:09 PST by Hayato Ito
Modified: 2012-02-02 20:37 PST (History)
9 users (show)

See Also:


Attachments
only IDL change. (1.54 KB, patch)
2012-02-01 20:38 PST, 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-01-31 23:09:13 PST
The latest spec says:
  interface ShadowRoot : DocumentFragment {
    ...

But current ShadowRoot IDL is:
  interface ShadowRoot : Node {
    ...
Comment 1 Hayato Ito 2012-02-01 20:38:50 PST
Created attachment 125069 [details]
only IDL change.
Comment 2 WebKit Review Bot 2012-02-02 20:37:22 PST
Comment on attachment 125069 [details]
only IDL change.

Clearing flags on attachment: 125069

Committed r106622: <http://trac.webkit.org/changeset/106622>
Comment 3 WebKit Review Bot 2012-02-02 20:37:27 PST
All reviewed patches have been landed.  Closing bug.