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

Unified Diff: src/objects-inl.h

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: 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..d12512e6cf07647820c96415e45dea7c54067b31 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/breakpoints-info.h"
+#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/breakpoints-info.h » ('j') | src/objects/breakpoints-info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698