Bug 77511

Summary: ShadowRoot interface should inherit DocumentFragment interface in IDL.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, dominicc, haraken, morrita, ojan, rolandsteiner, shinyak, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 76693    
Bug Blocks: 63601, 77514    
Attachments:
Description Flags
only IDL change. none

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.