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

Unified Diff: third_party/WebKit/Source/bindings/templates/callback_interface.h

Issue 1853743005: Oilpan: Remove WillBe types (part 13) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/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)
{

Powered by Google App Engine
This is Rietveld 408576698