Bug 14531

Summary: [CAIRO] SVGImage::nativeImageForCurrentFrame() has no return
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Return the Cairo surface from the frame cache mrowe: review+

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.