diff options
author | Steve Block <steveblock@google.com> | 2011-06-01 18:41:18 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2011-06-02 00:24:25 +0100 |
commit | 6d8f06eaadcb30642ddca3d2ceff6cf840a5d143 (patch) | |
tree | b7a12cd96dc47d23fb869dd160382625576c7937 /Source/WebCore/svg/SVGTextPathElement.cpp | |
parent | a2f591386876bb23c1e69ad0bf7b0db72bf2865a (diff) | |
download | external_webkit-6d8f06eaadcb30642ddca3d2ceff6cf840a5d143.zip external_webkit-6d8f06eaadcb30642ddca3d2ceff6cf840a5d143.tar.gz external_webkit-6d8f06eaadcb30642ddca3d2ceff6cf840a5d143.tar.bz2 |
JavaScriptCore/config.h should not include WebCore/config.h
All WebKit ports other than Chromium use a separate set of include
paths for building JSC vs WebCore, so source files pick up the
appropriate version of config.h.
Android uses a single set of include paths, so gets aroud this problem
by adding WebCore/ to the include path first and including
JavaScriptCore/config.h from WebCore/config.h. This is ugly and will
cause problems in an upcoming merge due to new macros being defined in
both files.
The two files are very similar. JavaScriptCore/config.h adds only the
following two defines ...
- HAVE_STDINT_H - This is not used on Android
- WTF_CHANGES
This patch removes the include of JavaScriptCore/config.h from
WebCore/config.h and adds WTF_CHANGES for Android.
Note that Chromium uses only WebCore/config.h and adds WTF_CHANGES in
a similar way.
Change-Id: Ib9c93eda0023096aa40dde947b5a476c207542e0
Diffstat (limited to 'Source/WebCore/svg/SVGTextPathElement.cpp')
0 files changed, 0 insertions, 0 deletions