| Index: chrome/browser/extensions/user_script_master.cc
|
| diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc
|
| index 96ade99bf0d035a259358997e2289753b47085a7..958e0ab65775e99b53c6d462a9c01d2f746771cb 100644
|
| --- a/chrome/browser/extensions/user_script_master.cc
|
| +++ b/chrome/browser/extensions/user_script_master.cc
|
| @@ -130,7 +130,7 @@ bool UserScriptMaster::ScriptReloader::ParseMetadataHeader(
|
|
|
| // If no patterns were specified, default to @include *. This is what
|
| // Greasemonkey does.
|
| - if (script->globs().empty() && script->url_patterns().empty())
|
| + if (script->globs().empty() && script->url_patterns().is_empty())
|
| script->add_glob("*");
|
|
|
| return true;
|
|
|