<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [FreeType] Calling the assignment operator from inside a copy constructor on FontPlatformDataFreeType"
href="https://bugs.webkit.org/show_bug.cgi?id=140718#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [FreeType] Calling the assignment operator from inside a copy constructor on FontPlatformDataFreeType"
href="https://bugs.webkit.org/show_bug.cgi?id=140718">bug 140718</a>
from <span class="vcard"><a class="email" href="mailto:byeongha.cho@samsung.com" title="byeongha.cho@samsung.com">byeongha.cho@samsung.com</a>
</span></b>
<pre>Calling the assignment operator from inside a copy constructor isn't a good idiom because the former only applies to a fully initialized object and the latter initializes a new object.
Please refer <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Initialization for some member variable of FontPlatformData"
href="show_bug.cgi?id=136327">https://bugs.webkit.org/show_bug.cgi?id=136327</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>