summaryrefslogtreecommitdiffstats
path: root/webkit/glue/glue_serialize.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 07:04:46 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 07:04:46 +0000
commit7db7581ccba3b06045295e7c3ca8a79703892fbb (patch)
treebffca8721023268c881e1d95adbff23b7d4970ef /webkit/glue/glue_serialize.cc
parentf0eb3d567ad9a7e98504e0a5981fa7f0ff6d4a18 (diff)
downloadchromium_src-7db7581ccba3b06045295e7c3ca8a79703892fbb.zip
chromium_src-7db7581ccba3b06045295e7c3ca8a79703892fbb.tar.gz
chromium_src-7db7581ccba3b06045295e7c3ca8a79703892fbb.tar.bz2
More removal of config.h and glue_util.h dependencies.
I killed the #if ENABLE(WORKERS) defines in favor of always compiling that code because it is harmless to compile it when the underlying WebCore implementation is not compiled, thanks to the WebKit API. R=yaar BUG=none TEST=none Review URL: http://codereview.chromium.org/404023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/glue_serialize.cc')
-rw-r--r--webkit/glue/glue_serialize.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/glue_serialize.cc b/webkit/glue/glue_serialize.cc
index a0009f8..f10fc8a 100644
--- a/webkit/glue/glue_serialize.cc
+++ b/webkit/glue/glue_serialize.cc
@@ -15,7 +15,6 @@
#include "third_party/WebKit/WebKit/chromium/public/WebPoint.h"
#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/WebKit/chromium/public/WebVector.h"
-#include "webkit/glue/glue_util.h"
#include "webkit/glue/webkit_glue.h"
using WebKit::WebData;