Skip to content

Commit

Permalink
Bug 723122 - fix clang build. r=jmuizelaar.
Browse files Browse the repository at this point in the history
  • Loading branch information
cixtor committed Feb 2, 2012
1 parent c0eadb5 commit 10e5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/2d/DrawTargetCG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ GetImageFromSourceSurface(SourceSurface *aSurface)
return static_cast<SourceSurfaceCGBitmapContext*>(aSurface)->GetImage();
else if (aSurface->GetType() == SURFACE_DATA)
return static_cast<DataSourceSurfaceCG*>(aSurface)->GetImage();
assert(0);
abort();
}

TemporaryRef<SourceSurface>
Expand Down

0 comments on commit 10e5e3e

Please sign in to comment.