Index: src/compiler/pipeline-statistics.cc |
diff --git a/src/compiler/pipeline-statistics.cc b/src/compiler/pipeline-statistics.cc |
index 5e8d1272cf62867d67d89d1691be82e1616314ac..ba705ba1d8f8cc34df52a46aa3156ec800ecbae7 100644 |
--- a/src/compiler/pipeline-statistics.cc |
+++ b/src/compiler/pipeline-statistics.cc |
@@ -52,7 +52,7 @@ PipelineStatistics::PipelineStatistics(CompilationInfo* info, |
phase_name_(NULL) { |
if (info->has_shared_info()) { |
source_size_ = static_cast<size_t>(info->shared_info()->SourceSize()); |
- SmartArrayPointer<char> name = |
+ base::SmartArrayPointer<char> name = |
info->shared_info()->DebugName()->ToCString(); |
function_name_ = name.get(); |
} |