Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: src/lookup-cache-inl.h

Issue 2316503004: KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/lookup-cache.cc ('k') | src/lookup-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « src/lookup-cache.cc ('k') | src/lookup-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698