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

Unified Diff: src/ast/ast.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/ast/ast.h
diff --git a/src/ast/ast.h b/src/ast/ast.h
index a238eacd11a9599ef48836e24bed7e6285245cb6..1fec337718606ad3cb051c18d34bd01b66cbbd96 100644
--- a/src/ast/ast.h
+++ b/src/ast/ast.h
@@ -10,7 +10,6 @@
#include "src/ast/variables.h"
#include "src/bailout-reason.h"
#include "src/base/flags.h"
-#include "src/base/smart-pointers.h"
#include "src/factory.h"
#include "src/globals.h"
#include "src/isolate.h"

Powered by Google App Engine
This is Rietveld 408576698