head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.03.13.12.52.38;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314036
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- Source/WebCore/platform/graphics/BitmapImage.cpp.orig	2011-01-08 16:50:57.000000000 +0000
+++ Source/WebCore/platform/graphics/BitmapImage.cpp	2011-01-11 16:36:22.000000000 +0000
@@@@ -207,7 +207,7 @@@@ bool BitmapImage::isSizeAvailable()
 NativeImagePtr BitmapImage::frameAtIndex(size_t index)
 {
     if (index >= frameCount())
-        return 0;
+        return NULL;
 
     if (index >= m_frames.size() || !m_frames[index].m_frame)
         cacheFrame(index);
@
