| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 6321132f441f17564262d73b47ec49cc9852f407..e2293ff675ff342af07a9abf92dfaadd5a870983 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -166,9 +166,9 @@ class Factory V8_FINAL {
|
| // in the system: ASCII and two byte. Unlike other String types, it does
|
| // not make sense to have a UTF-8 factory function for external strings,
|
| // because we cannot change the underlying buffer.
|
| - Handle<String> NewExternalStringFromAscii(
|
| + MaybeHandle<String> NewExternalStringFromAscii(
|
| const ExternalAsciiString::Resource* resource);
|
| - Handle<String> NewExternalStringFromTwoByte(
|
| + MaybeHandle<String> NewExternalStringFromTwoByte(
|
| const ExternalTwoByteString::Resource* resource);
|
|
|
| // Create a symbol.
|
|
|