diff options
Diffstat (limited to 'webkit/port/bindings/v8/v8_binding.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_binding.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |