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

Unified Diff: src/objects-inl.h

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Rename Created 3 years, 7 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
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index 0873620eef88ed3dd706966f9b19ae7cfa158365..dcbdfb0106169e60c66317168a41554a943d0c06 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -31,6 +31,8 @@
#include "src/lookup-cache-inl.h"
#include "src/lookup.h"
#include "src/objects.h"
+#include "src/objects/break-points-info.h"
marja 2017/05/22 13:37:39 You might want to split out the relevant parts of
jgruber 2017/05/22 13:48:26 Acknowledged, perhaps in a follow-up to avoid dupl
+#include "src/objects/debug-info.h"
#include "src/objects/literal-objects.h"
#include "src/objects/module-info.h"
#include "src/objects/regexp-match-info.h"
« no previous file with comments | « src/objects.cc ('k') | src/objects/break-points-info.h » ('j') | src/objects/break-points-info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698