summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-11 18:06:27 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-11 18:06:27 -0800
commita2bbe04f16fb11132b3318fb0aecb290f232c563 (patch)
tree4965a6760820f112def657e92be509abcac8da43
parent742f64ae3bde06c9106f76a6b08ccf1e3142f0a6 (diff)
parent9a0ad839d0fae56ec341454176554b458899f6c2 (diff)
downloadexternal_webkit-a2bbe04f16fb11132b3318fb0aecb290f232c563.zip
external_webkit-a2bbe04f16fb11132b3318fb0aecb290f232c563.tar.gz
external_webkit-a2bbe04f16fb11132b3318fb0aecb290f232c563.tar.bz2
Merge change I43c48f76 into eclair-mr2
* changes: Remove duplicate include of config.h
-rw-r--r--WebCore/bindings/js/JSCanvasArrayCustom.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSCanvasArrayCustom.cpp b/WebCore/bindings/js/JSCanvasArrayCustom.cpp
index 14548d7..820f473 100644
--- a/WebCore/bindings/js/JSCanvasArrayCustom.cpp
+++ b/WebCore/bindings/js/JSCanvasArrayCustom.cpp
@@ -27,7 +27,6 @@
#if ENABLE(3D_CANVAS)
-#include "config.h"
#include "JSCanvasArray.h"
#include "JSCanvasByteArray.h"
#include "JSCanvasUnsignedByteArray.h"