| Index: src/ast-value-factory.cc
|
| diff --git a/src/ast-value-factory.cc b/src/ast-value-factory.cc
|
| index 14badacdfe89175b825118fd3b1aea91ce56e7c4..1174460af527e0720095c8fe72ad837132c8538c 100644
|
| --- a/src/ast-value-factory.cc
|
| +++ b/src/ast-value-factory.cc
|
| @@ -378,4 +378,5 @@ bool AstValueFactory::AstRawStringCompare(void* a, void* b) {
|
| if (rhs->byte_length() != len) return false;
|
| return memcmp(lhs->raw_data(), rhs->raw_data(), len) == 0;
|
| }
|
| -} } // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|