Bug 14531 - [CAIRO] SVGImage::nativeImageForCurrentFrame() has no return
Summary: [CAIRO] SVGImage::nativeImageForCurrentFrame() has no return
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 05:18 PDT by Alp Toker
Modified: 2007-07-05 06:46 PDT (History)
0 users

See Also:


Attachments
Return the Cairo surface from the frame cache (1.46 KB, patch)
2007-07-05 05:26 PDT, Alp Toker
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2007-07-05 05:18:26 PDT
This was missed by the Cairo SVG support patch and triggers a compiler warning in SVGImage.cpp.
Comment 1 Alp Toker 2007-07-05 05:26:28 PDT
Created attachment 15401 [details]
Return the Cairo surface from the frame cache

This patch also adds a fall-through else macro with notImplemented() so that future ports do not make the same mistake.
Comment 2 Mark Rowe (bdash) 2007-07-05 06:46:45 PDT
Landed in r24015.