Bug 153440 - Remove broken cache from CSSFontFaceSource
Summary: Remove broken cache from CSSFontFaceSource
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-25 13:16 PST by Myles C. Maxfield
Modified: 2016-01-25 21:51 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.70 KB, patch)
2016-01-25 13:22 PST, Myles C. Maxfield
simon.fraser: review+
Details | Formatted Diff | Diff
Patch for committing (5.94 KB, patch)
2016-01-25 14:16 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2016-01-25 13:16:17 PST
Remove broken cache from CSSFontFaceSource
Comment 1 Myles C. Maxfield 2016-01-25 13:22:19 PST
Created attachment 269783 [details]
Patch
Comment 2 Myles C. Maxfield 2016-01-25 13:25:37 PST
Comment on attachment 269783 [details]
Patch

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

> Source/WebCore/css/CSSFontFaceSource.cpp:138
>          return WTFMove(placeholderFontCopyInLoadingState);

Can move the return onto the line above.
Comment 3 Myles C. Maxfield 2016-01-25 14:16:55 PST
Created attachment 269792 [details]
Patch for committing
Comment 4 WebKit Commit Bot 2016-01-25 16:35:26 PST
Comment on attachment 269792 [details]
Patch for committing

Clearing flags on attachment: 269792

Committed r195567: <http://trac.webkit.org/changeset/195567>