| Index: src/lookup-cache-inl.h
|
| diff --git a/src/lookup-inl.h b/src/lookup-cache-inl.h
|
| similarity index 94%
|
| rename from src/lookup-inl.h
|
| rename to src/lookup-cache-inl.h
|
| index 17c22c9b97c69e26678e90434cf78f30c525e506..1998a9de9a048b09985185210c8b7dc03aeadf07 100644
|
| --- a/src/lookup-inl.h
|
| +++ b/src/lookup-cache-inl.h
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/lookup.h"
|
| +#include "src/lookup-cache.h"
|
| +
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|