Index: content/renderer/hyphenator/hyphenator.cc |
diff --git a/content/renderer/hyphenator/hyphenator.cc b/content/renderer/hyphenator/hyphenator.cc |
index ae60fd8e41704ec56f74102608d356bf8063a026..b3b9e28b09ce56771d0f74bd857bc30b930e2456 100644 |
--- a/content/renderer/hyphenator/hyphenator.cc |
+++ b/content/renderer/hyphenator/hyphenator.cc |
@@ -98,7 +98,7 @@ class Query { |
std::string word_utf8_; |
// Return variables from the hyphen library. |
- scoped_array<char> hyphen_vector_; |
+ scoped_ptr<char[]> hyphen_vector_; |
char** rep_; |
int* pos_; |
int* cut_; |