Bug 90163

Summary: [CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getContent()
Product: WebKit Reporter: Andrei Onea <andreionea3000>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87640    
Attachments:
Description Flags
patch none

Description Andrei Onea 2012-06-28 04:46:06 PDT
The CSS Regions spec changed the CSSOM property "contentNodes" available on the NamedFlow object to now be a function called "getContent". Webkit needs to update this as well. http://www.w3.org/TR/css3-regions/#the-namedflow-interface
Comment 1 Andrei Onea 2012-06-28 06:11:07 PDT
Created attachment 149935 [details]
patch
Comment 2 Andreas Kling 2012-06-28 12:29:51 PDT
Comment on attachment 149935 [details]
patch

rs=me
Comment 3 WebKit Review Bot 2012-06-28 13:02:23 PDT
Comment on attachment 149935 [details]
patch

Clearing flags on attachment: 149935

Committed r121456: <http://trac.webkit.org/changeset/121456>
Comment 4 WebKit Review Bot 2012-06-28 13:02:27 PDT
All reviewed patches have been landed.  Closing bug.