summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authormal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 23:28:03 +0000
committermal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 23:28:03 +0000
commit945ddcc7d635f7d52c4d3e99035083008e5380c3 (patch)
tree4a27dec347ef0f05e4a02b3c7e0e3b2b255a978b /webkit/port
parentebf920d9525234e8b3750a99a92fa9d4d4010f00 (diff)
downloadchromium_src-945ddcc7d635f7d52c4d3e99035083008e5380c3.zip
chromium_src-945ddcc7d635f7d52c4d3e99035083008e5380c3.tar.gz
chromium_src-945ddcc7d635f7d52c4d3e99035083008e5380c3.tar.bz2
Roll back r2882 to see if it reduces the crash rate.
TBR=jeremy@chromium.org Review URL: http://codereview.chromium.org/6515 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/platform/graphics/SkPaintContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/SkPaintContext.cpp b/webkit/port/platform/graphics/SkPaintContext.cpp
index 863aaa0..4bf8cd1 100644
--- a/webkit/port/platform/graphics/SkPaintContext.cpp
+++ b/webkit/port/platform/graphics/SkPaintContext.cpp
@@ -27,7 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "config.h"
+#include <new>
#include "SkPaintContext.h"