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

Unified Diff: src/factory.h

Issue 1376443002: Refactored interface of FeedbackVectorSpec and friends. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Created 5 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/ast-numbering.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index e044a1f47dc7706c78eab97023c10e8fba72b849..69ae7d9c16eaeb06450ff10214e9ba3e993a9d0c 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -11,7 +11,7 @@
namespace v8 {
namespace internal {
-class FeedbackVectorSpec;
+class StaticFeedbackVectorSpec;
// Interface for handle based allocation.
class Factory final {
« no previous file with comments | « src/ast-numbering.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698