| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index ea35ad166ee10d27de286521292529d15267a610..81bda861d7fa13958c63371153ec38a5bda8ce70 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -83,6 +83,9 @@ public:
|
| static bool isMediaStreamURL(const String& url);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
| +
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| void clearWeakMembers(Visitor*);
|
| WebMediaPlayer* webMediaPlayer() const
|
| {
|
|
|