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

Unified Diff: src/property.h

Issue 1700923002: Move FieldType to separate h/cc files. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/profiler/heap-snapshot-generator.cc ('k') | src/types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/property.h
diff --git a/src/property.h b/src/property.h
index 5b986d7c52bdc3c0accf6a43fb9a975bf4127420..1256d5930cf790b2e103bfb352a4cb786f052fcf 100644
--- a/src/property.h
+++ b/src/property.h
@@ -9,8 +9,8 @@
#include "src/factory.h"
#include "src/field-index.h"
+#include "src/field-type.h"
#include "src/isolate.h"
-#include "src/types.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/profiler/heap-snapshot-generator.cc ('k') | src/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698