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

Unified Diff: src/objects.h

Issue 2175233003: Replace SmartPointer<T> with unique_ptr<T> (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@smart-array
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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 74e6643fe502e8308c796ebdfa37acb4f1fe45b3..7f6c979c6b186f7c42a041eaa467f4b79fb6e907 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -12,7 +12,6 @@
#include "src/bailout-reason.h"
#include "src/base/bits.h"
#include "src/base/flags.h"
-#include "src/base/smart-pointers.h"
#include "src/builtins/builtins.h"
#include "src/checks.h"
#include "src/elements-kind.h"

Powered by Google App Engine
This is Rietveld 408576698