| Index: url/url_canon.h
|
| diff --git a/url/url_canon.h b/url/url_canon.h
|
| index 432f29110e928fb590406bae335ffef4e2220712..89e3509091c2424726c1a24f575d8672f85ff88f 100644
|
| --- a/url/url_canon.h
|
| +++ b/url/url_canon.h
|
| @@ -734,8 +734,8 @@ class Replacements {
|
| // Returns a pointer to a static empty string that is used as a placeholder
|
| // to indicate a component should be deleted (see below).
|
| const CHAR* Placeholder() {
|
| - static const CHAR empty_cstr = 0;
|
| - return &empty_cstr;
|
| + static const CHAR empty_string = 0;
|
| + return &empty_string;
|
| }
|
|
|
| // We support three states:
|
|
|