Bug 59898 - [WINCE] Fix OwnPtr strict issues
Summary: [WINCE] Fix OwnPtr strict issues
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks: 59428
  Show dependency treegraph
 
Reported: 2011-05-01 15:01 PDT by Patrick R. Gansterer
Modified: 2011-05-01 15:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.57 KB, patch)
2011-05-01 15:08 PDT, Patrick R. Gansterer
abarth: review+
abarth: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2011-05-01 15:01:39 PDT
see patch
Comment 1 Patrick R. Gansterer 2011-05-01 15:08:29 PDT
Created attachment 91849 [details]
Patch
Comment 2 Adam Barth 2011-05-01 15:12:01 PDT
Comment on attachment 91849 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=91849&action=review

> Source/WebCore/platform/graphics/wince/FontPlatformData.cpp:425
> -        m_private->m_rootFontData->m_hfont.set(0);
> +        m_private->m_rootFontData->m_hfont.clear();

Apparently we prefer assigning nullptr rather than clear.
Comment 3 Patrick R. Gansterer 2011-05-01 15:28:37 PDT
Committed r85433: <http://trac.webkit.org/changeset/85433>