Chromium Code Reviews| Index: src/lookup.h |
| diff --git a/src/lookup.h b/src/lookup.h |
| index 7aafdea03076aa064b6b1caddf6e7b636005e04c..c7a4a36e37b6d80e94c8b0932e1828e7fda1268b 100644 |
| --- a/src/lookup.h |
| +++ b/src/lookup.h |
| @@ -277,7 +277,7 @@ class LookupIterator final BASE_EMBEDDED { |
| static Configuration ComputeConfiguration( |
| Configuration configuration, Handle<Name> name) { |
| - if (name->IsOwn()) { |
| + if (name->IsPrivate()) { |
| return static_cast<Configuration>(configuration & |
| HIDDEN_SKIP_INTERCEPTOR); |
| } else { |