summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/build/V8Bindings/SConscript2
-rw-r--r--webkit/port/bindings/v8/v8_binding.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index dae91bf..d91497a 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -52,7 +52,7 @@ else:
# We need to include the parts of icu that we want here:
env.Append(
CPPPATH = [
- '$ICU38_DIR/public/',
+ '$ICU38_DIR/public/common',
])
if env['PLATFORM'] == 'posix':
diff --git a/webkit/port/bindings/v8/v8_binding.h b/webkit/port/bindings/v8/v8_binding.h
index 92f1186..edb6428 100644
--- a/webkit/port/bindings/v8/v8_binding.h
+++ b/webkit/port/bindings/v8/v8_binding.h
@@ -45,7 +45,7 @@
#if defined(OS_LINUX)
// Use the platform.h for linux.
-#include "common/unicode/plinux.h"
+#include "unicode/plinux.h"
#elif defined(OS_WIN) || defined(OS_MACOSX)
// WebKit ships a hacked up version of one of the ICU header files, with all
// options set for OSX.