[Webkit-unassigned] [Bug 66142] [CSSRegions] RenderRegion should not reference a parent RenderFlowThread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 14:41:16 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66142


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104083|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #7 from Dave Hyatt <hyatt at apple.com>  2011-08-16 14:41:16 PST ---
(From update of attachment 104083)
View in context: https://bugs.webkit.org/attachment.cgi?id=104083&action=review

Fix the one misspelled method name. Sorry I didn't catch it before.

> Source/WebCore/ChangeLog:47
> +        (WebCore::RenderRegion::dettachRegion):

Typo. Should be detachRegion

> Source/WebCore/rendering/RenderObjectChildList.cpp:106
> +            toRenderRegion(oldChild)->dettachRegion();

detachRegion

> Source/WebCore/rendering/RenderRegion.cpp:111
> +void RenderRegion::dettachRegion()

detachRegion

> Source/WebCore/rendering/RenderRegion.h:53
> +    void dettachRegion();

detachRegion

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list