| Index: src/extensions/experimental/break-iterator.h
|
| diff --git a/src/extensions/experimental/break-iterator.h b/src/extensions/experimental/break-iterator.h
|
| index fac1ed8bffdbbba6eef2e558c778a3c01e22173b..473bc8931a72099e89b143740e6695aa77bf9fbc 100644
|
| --- a/src/extensions/experimental/break-iterator.h
|
| +++ b/src/extensions/experimental/break-iterator.h
|
| @@ -51,8 +51,8 @@ class BreakIterator {
|
|
|
| // Deletes the old value and sets the adopted text in
|
| // corresponding JavaScript object.
|
| - static icu::UnicodeString* ResetAdoptedText(v8::Handle<v8::Object> obj,
|
| - v8::Handle<v8::Value> text_value);
|
| + static UnicodeString* ResetAdoptedText(v8::Handle<v8::Object> obj,
|
| + v8::Handle<v8::Value> text_value);
|
|
|
| // Release memory we allocated for the BreakIterator once the JS object that
|
| // holds the pointer gets garbage collected.
|
|
|