| Index: Source/core/html/track/TextTrackList.cpp
|
| diff --git a/Source/core/html/track/TextTrackList.cpp b/Source/core/html/track/TextTrackList.cpp
|
| index 470cd164c6bcd09f1fb5568cd9c32fa9665d769a..a1ad443de3bae9fb3209595671ab82b637813920 100644
|
| --- a/Source/core/html/track/TextTrackList.cpp
|
| +++ b/Source/core/html/track/TextTrackList.cpp
|
| @@ -264,8 +264,7 @@ const AtomicString& TextTrackList::interfaceName() const
|
|
|
| ExecutionContext* TextTrackList::executionContext() const
|
| {
|
| - ASSERT(m_owner);
|
| - return m_owner->executionContext();
|
| + return m_owner ? m_owner->executionContext() : 0;
|
| }
|
|
|
| #if !ENABLE(OILPAN)
|
|
|