| Index: third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| index 9aae8791e0594e0721d9abb92224eeabca989efc..3f2c6bb6bdda8d1a7a7e615f49effbe2e4f6e032 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
|
| @@ -112,9 +112,9 @@ V8V0CustomElementLifecycleCallbacks::V8V0CustomElementLifecycleCallbacks(
|
| m_attributeChanged(scriptState->isolate(), attributeChanged) {
|
| m_prototype.setPhantom();
|
|
|
| -#define MAKE_WEAK(Var, _) \
|
| - if (!m_##Var.isEmpty()) \
|
| - m_##Var.setPhantom();
|
| +#define MAKE_WEAK(Var, Ignored) \
|
| + if (!Var##_.isEmpty()) \
|
| + Var##_.setPhantom();
|
|
|
| CALLBACK_LIST(MAKE_WEAK)
|
| #undef MAKE_WEAK
|
|
|