| Index: third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| index ef7fe14bb18645391aa332a5d6373ef442678258..20ad1718b544d31a477a2cea315ffb5b2e686959 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| @@ -91,7 +91,7 @@ private:
|
| class Bridge
|
| : public GarbageCollectedFinalized<Bridge>
|
| , public ActiveDOMObject {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Bridge);
|
| + USING_GARBAGE_COLLECTED_MIXIN(Bridge);
|
| public:
|
| Bridge(ExecutionContext* executionContext, PassOwnPtr<T> obj, PassRefPtr<MutexWrapper> mutex, CrossThreadHolder* holder)
|
| : ActiveDOMObject(executionContext)
|
|
|