diff options
author | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 23:56:42 +0000 |
---|---|---|
committer | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 23:56:42 +0000 |
commit | ff91fdf1653db5f133ecbbd73eabd1588afca3e2 (patch) | |
tree | f30f701f27938bee544aff14ede502c476a7c45a | |
parent | 64aa28db664269f56a555f9ce8fb4a8a92f237ff (diff) | |
download | chromium_src-ff91fdf1653db5f133ecbbd73eabd1588afca3e2.zip chromium_src-ff91fdf1653db5f133ecbbd73eabd1588afca3e2.tar.gz chromium_src-ff91fdf1653db5f133ecbbd73eabd1588afca3e2.tar.bz2 |
Nevermind... re-check in 2882 (unrevert). Huanr has checked in a more promising rollback of V8.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2921 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/port/platform/graphics/SkPaintContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/SkPaintContext.cpp b/webkit/port/platform/graphics/SkPaintContext.cpp index 4bf8cd1..863aaa0 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 <new> +#include "config.h" #include "SkPaintContext.h" |