| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| index c685d64af5427d3f1cea5b3d24f005611d7f15b1..7509d86c81e6e5077057d91abf0426c203f29d31 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| @@ -243,7 +243,7 @@ ScriptPromise OffscreenCanvas::convertToBlob(ScriptState* scriptState,
|
| DEFINE_TRACE(OffscreenCanvas) {
|
| visitor->trace(m_context);
|
| visitor->trace(m_executionContext);
|
| - EventTarget::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| }
|
|
|
| } // namespace blink
|
|
|