WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59898
[WINCE] Fix OwnPtr strict issues
https://bugs.webkit.org/show_bug.cgi?id=59898
Summary
[WINCE] Fix OwnPtr strict issues
Patrick R. Gansterer
Reported
2011-05-01 15:01:39 PDT
see patch
Attachments
Patch
(9.57 KB, patch)
2011-05-01 15:08 PDT
,
Patrick R. Gansterer
abarth
: review+
abarth
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2011-05-01 15:08:29 PDT
Created
attachment 91849
[details]
Patch
Adam Barth
Comment 2
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.
Patrick R. Gansterer
Comment 3
2011-05-01 15:28:37 PDT
Committed
r85433
: <
http://trac.webkit.org/changeset/85433
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug