[Webkit-unassigned] [Bug 162837] New: Use the preferred style of RefCounted<ClipRects>()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 20:36:08 PDT 2016


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

            Bug ID: 162837
           Summary: Use the preferred style of RefCounted<ClipRects>()
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: simon.fraser at apple.com

diff --git a/Source/WebCore/rendering/RenderLayer.cpp b/Source/WebCore/rendering/RenderLayer.cpp
index 0c4d1bf..5039236 100644
--- a/Source/WebCore/rendering/RenderLayer.cpp
+++ b/Source/WebCore/rendering/RenderLayer.cpp
@@ -198,7 +198,7 @@ private:
     }

     ClipRects(const ClipRects& other)
-        : RefCounted()
+        : RefCounted<ClipRects>()
         , m_fixed(other.fixed())
         , m_overflowClipRect(other.overflowClipRect())
         , m_fixedClipRect(other.fixedClipRect())

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161001/d3ea61cd/attachment.html>


More information about the webkit-unassigned mailing list