summaryrefslogtreecommitdiffstats
path: root/webkit/glue/cpp_bound_class.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 22:21:02 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 22:21:02 +0000
commit8071f91036958af3c569f06b326f66982930226e (patch)
tree84a937e9499e9b8696ceb02f3fc8884499db966a /webkit/glue/cpp_bound_class.cc
parente9ebf3fcc242c5686903956ae879cdf446325a24 (diff)
downloadchromium_src-8071f91036958af3c569f06b326f66982930226e.zip
chromium_src-8071f91036958af3c569f06b326f66982930226e.tar.gz
chromium_src-8071f91036958af3c569f06b326f66982930226e.tar.bz2
Fix a couple more build errors, and make the V8 DerivedSources.make mirror the upstream one w.r.t. the HTMLEntityCodes changes I'm pulling down.
Review URL: http://codereview.chromium.org/7644 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/cpp_bound_class.cc')
-rw-r--r--webkit/glue/cpp_bound_class.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/cpp_bound_class.cc b/webkit/glue/cpp_bound_class.cc
index 3b5aed7..fa97eb6 100644
--- a/webkit/glue/cpp_bound_class.cc
+++ b/webkit/glue/cpp_bound_class.cc
@@ -27,7 +27,7 @@ MSVC_POP_WARNING()
#if USE(JSC)
#pragma warning(push, 0)
-#include "JSLock.h"
+#include <kjs/JSLock.h>
#pragma warning(pop)
#endif