Bug 97657

Summary: [CSS Regions] Remove the deprecated API Document.webkitGetFlowByName
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Andrei Bucur <abucur>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, donggwan.kim, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch none

Description Andrei Bucur 2012-09-26 04:42:52 PDT
http://www.w3.org/TR/css3-regions/#the-namedflow-interface

The Document.getFlowByName() API has been deprecated in favor of the NamedFlowCollection.namedItem(DOMString). The old method needs to be removed.
Comment 1 Andrei Bucur 2012-10-01 05:04:58 PDT
Created attachment 166453 [details]
Patch
Comment 2 Andreas Kling 2012-10-01 05:26:15 PDT
Comment on attachment 166453 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2012-10-01 05:46:45 PDT
Comment on attachment 166453 [details]
Patch

Clearing flags on attachment: 166453

Committed r130041: <http://trac.webkit.org/changeset/130041>
Comment 4 WebKit Review Bot 2012-10-01 05:46:48 PDT
All reviewed patches have been landed.  Closing bug.