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

Unified Diff: src/ast/context-slot-cache.h

Issue 2197973002: Move ContextSlotCache to its own file (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | « BUILD.gn ('k') | src/ast/context-slot-cache.cc » ('j') | src/ast/scopeinfo.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/context-slot-cache.h
diff --git a/src/ast/scopeinfo.h b/src/ast/context-slot-cache.h
similarity index 94%
copy from src/ast/scopeinfo.h
copy to src/ast/context-slot-cache.h
index bafbaff2e742d87d4d8476fba80d96b254cde129..8e9d1f7a8b88259df0f6d6e0d89c5544d67802eb 100644
--- a/src/ast/scopeinfo.h
+++ b/src/ast/context-slot-cache.h
@@ -1,9 +1,9 @@
-// Copyright 2011 the V8 project authors. All rights reserved.
+// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_AST_SCOPEINFO_H_
-#define V8_AST_SCOPEINFO_H_
+#ifndef V8_AST_CONTEXT_SLOT_CACHE_H_
+#define V8_AST_CONTEXT_SLOT_CACHE_H_
#include "src/allocation.h"
#include "src/ast/modules.h"
@@ -107,8 +107,7 @@ class ContextSlotCache {
DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
};
-
} // namespace internal
} // namespace v8
-#endif // V8_AST_SCOPEINFO_H_
+#endif // V8_AST_CONTEXT_SLOT_CACHE_H_
« no previous file with comments | « BUILD.gn ('k') | src/ast/context-slot-cache.cc » ('j') | src/ast/scopeinfo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698