Bug 75219 - Use OwnPtr for CSSFontFace::m_sources
Summary: Use OwnPtr for CSSFontFace::m_sources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 41321
  Show dependency treegraph
 
Reported: 2011-12-25 20:11 PST by Darin Adler
Modified: 2011-12-25 20:46 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.42 KB, patch)
2011-12-25 20:13 PST, Darin Adler
mitz: review+
darin: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2011-12-25 20:11:06 PST
Use OwnPtr for CSSFontFace::m_sources
Comment 1 Darin Adler 2011-12-25 20:13:13 PST
Created attachment 120520 [details]
Patch
Comment 2 mitz 2011-12-25 20:20:54 PST
Comment on attachment 120520 [details]
Patch

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

> Source/WebCore/css/CSSFontFace.cpp:2
> + * Copyright (C) 2007, 2008, 2012 Apple Inc. All rights reserved.

Off-by-one error.
Comment 3 Darin Adler 2011-12-25 20:46:40 PST
Committed r103676: <http://trac.webkit.org/changeset/103676>