Bug 75219

Summary: Use OwnPtr for CSSFontFace::m_sources
Product: WebKit Reporter: Darin Adler <darin>
Component: CSSAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 41321    
Attachments:
Description Flags
Patch mitz: review+, darin: commit-queue-

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>