| Index: third_party/WebKit/Source/bindings/templates/callback_interface.h
|
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_interface.h b/third_party/WebKit/Source/bindings/templates/callback_interface.h
|
| index c5fa7484e8a6f820f21791ad6e26120ad38508c0..d665579c89499d2c8f4cff0b8d87e23b4d24b7ff 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_interface.h
|
| @@ -9,7 +9,7 @@
|
| namespace blink {
|
|
|
| class {{v8_class}} final : public {{cpp_class}}, public ActiveDOMCallback {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN({{v8_class}});
|
| + USING_GARBAGE_COLLECTED_MIXIN({{v8_class}});
|
| public:
|
| static {{v8_class}}* create(v8::Local<v8::Function> callback, ScriptState* scriptState)
|
| {
|
|
|