Bug 78668

Summary: Remove an unnecessary public static factory function from ShadowRoot.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita, rolandsteiner, shinyak, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 63606    
Attachments:
Description Flags
remove a factory
none
Patch for landing none

Description Hayato Ito 2012-02-14 21:52:55 PST
We don't have a client which calls the following public static function:
 static PassRefPtr<ShadowRoot> create(Document*); 

That should not be exposed.
Comment 1 Hayato Ito 2012-02-14 21:58:23 PST
Created attachment 127114 [details]
remove a factory
Comment 2 Kent Tamura 2012-02-14 22:09:01 PST
Comment on attachment 127114 [details]
remove a factory

ok
Comment 3 Hayato Ito 2012-02-14 23:03:20 PST
Created attachment 127120 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-02-15 00:22:28 PST
Comment on attachment 127120 [details]
Patch for landing

Clearing flags on attachment: 127120

Committed r107786: <http://trac.webkit.org/changeset/107786>
Comment 5 WebKit Review Bot 2012-02-15 00:22:32 PST
All reviewed patches have been landed.  Closing bug.