Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: check-webkit-style fixes. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698