[Webkit-unassigned] [Bug 121692] Move layer hierarchy functions from RenderObject to RenderElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 12:45:12 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121692
Andreas Kling <akling at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212202|review? |review+
Flag| |
--- Comment #9 from Andreas Kling <akling at apple.com> 2013-09-20 12:44:16 PST ---
(From update of attachment 212202)
View in context: https://bugs.webkit.org/attachment.cgi?id=212202&action=review
r=me
> Source/WebCore/rendering/RenderElement.cpp:203
> + newObject = 0;
nullptr
> Source/WebCore/rendering/RenderElement.cpp:263
> + return 0;
nullptr
> Source/WebCore/rendering/RenderElement.cpp:315
> + RenderLayer* layer = 0;
nullptr
> Source/WebCore/rendering/RenderElement.cpp:334
> + RenderLayer* layer = 0;
nullptr
> Source/WebCore/rendering/RenderElement.cpp:336
> + if ((layer = parent()->enclosingLayer()))
Extra () pair here.
--
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