| Index: src/bootstrapper.h
 | 
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
 | 
| index 7b57454eae00148b152b6da61bc7a72caeeca207..0cc84861b3e9711876aa9b04e4b2817609e77f8e 100644
 | 
| --- a/src/bootstrapper.h
 | 
| +++ b/src/bootstrapper.h
 | 
| @@ -11,7 +11,7 @@ namespace v8 {
 | 
|  namespace internal {
 | 
|  
 | 
|  // A SourceCodeCache uses a FixedArray to store pairs of
 | 
| -// (AsciiString*, JSFunction*), mapping names of native code files
 | 
| +// (OneByteString*, JSFunction*), mapping names of native code files
 | 
|  // (runtime.js, etc.) to precompiled functions. Instead of mapping
 | 
|  // names to functions it might make sense to let the JS2C tool
 | 
|  // generate an index for each native JS file.
 | 
| @@ -153,7 +153,7 @@ class BootstrapperActive FINAL BASE_EMBEDDED {
 | 
|  
 | 
|  
 | 
|  class NativesExternalStringResource FINAL
 | 
| -    : public v8::String::ExternalAsciiStringResource {
 | 
| +    : public v8::String::ExternalOneByteStringResource {
 | 
|   public:
 | 
|    NativesExternalStringResource(Bootstrapper* bootstrapper,
 | 
|                                  const char* source,
 | 
| 
 |