| Index: third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h
|
| diff --git a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h
|
| index f42415febc6734b066cc6829063971ec1ad89cc4..96cbf81a05c9e722d1b6d994f19743735c127cfd 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h
|
| +++ b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h
|
| @@ -36,7 +36,7 @@ class PluginData;
|
|
|
| class DOMMimeTypeArray final : public GarbageCollectedFinalized<DOMMimeTypeArray>, public ScriptWrappable, public DOMWindowProperty {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMMimeTypeArray);
|
| + USING_GARBAGE_COLLECTED_MIXIN(DOMMimeTypeArray);
|
| public:
|
| static DOMMimeTypeArray* create(LocalFrame* frame)
|
| {
|
|
|