| Index: tools/clang/blink_gc_plugin/RecordInfo.cpp
|
| diff --git a/tools/clang/blink_gc_plugin/RecordInfo.cpp b/tools/clang/blink_gc_plugin/RecordInfo.cpp
|
| index 23daa0f45aee7a9720fcf32b4cdaf766270add50..b491e4738db8ef5c40b19cbb9342ecd901f28450 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.cpp
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.cpp
|
| @@ -524,7 +524,7 @@ Edge* RecordInfo::CreateEdge(const Type* type) {
|
| // TODO: Consider using a more canonical identification than names.
|
| NamespaceDecl* ns =
|
| dyn_cast<NamespaceDecl>(info->record()->getDeclContext());
|
| - if (!ns || ns->getName() != "WebCore")
|
| + if (!ns || ns->getName() != "blink")
|
| return 0;
|
| if (!info->GetTemplateArgs(1, &args))
|
| return 0;
|
|
|