Chromium Code Reviews

Unified Diff: src/flags.cc

Issue 10807024: Optimize functions on a second thread. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/flags.cc
diff --git a/src/flags.cc b/src/flags.cc
index 14c230a2d093581ba79dc7d3f83145016b1d20cd..bca0eff58d94d248a4870785eecc0c011e21e0cb 100644
--- a/src/flags.cc
+++ b/src/flags.cc
@@ -31,7 +31,7 @@
#include "v8.h"
#include "platform.h"
-#include "smart-array-pointer.h"
+#include "smart-pointers.h"
#include "string-stream.h"

Powered by Google App Engine