Changeset 206704 in webkit


Ignore:
Timestamp:
Sep 30, 2016 7:48:31 PM (8 years ago)
Author:
jh718.park@samsung.com
Message:

[EFL] Fix build break since r206661. Unreviewed
https://bugs.webkit.org/show_bug.cgi?id=162825

No new tests, no new behaviours.

  • rendering/RenderLayer.cpp:

(WebCore::ClipRects::ClipRects):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206703 r206704  
     12016-09-30  Joonghun Park  <jh718.park@samsung.com>
     2
     3        [EFL] Fix build break since r206661. Unreviewed
     4        https://bugs.webkit.org/show_bug.cgi?id=162825
     5
     6        No new tests, no new behaviours.
     7
     8        * rendering/RenderLayer.cpp:
     9        (WebCore::ClipRects::ClipRects):
     10
    1112016-09-30  Myles C. Maxfield  <mmaxfield@apple.com>
    212
  • trunk/Source/WebCore/rendering/RenderLayer.cpp

    r206661 r206704  
    199199
    200200    ClipRects(const ClipRects& other)
    201         : m_fixed(other.fixed())
     201        : RefCounted()
     202        , m_fixed(other.fixed())
    202203        , m_overflowClipRect(other.overflowClipRect())
    203204        , m_fixedClipRect(other.fixedClipRect())
Note: See TracChangeset for help on using the changeset viewer.