| Index: Source/core/html/shadow/MediaControlElementTypes.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElementTypes.cpp b/Source/core/html/shadow/MediaControlElementTypes.cpp
|
| index 74c4328af679e52feaab3c1de991f37e9c31abc2..025c3007d5e7a440ed12c7225552a1734c8ec9d2 100644
|
| --- a/Source/core/html/shadow/MediaControlElementTypes.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElementTypes.cpp
|
| @@ -60,7 +60,8 @@ HTMLMediaElement* toParentMediaElement(Node* node)
|
|
|
| MediaControlElementType mediaControlElementType(Node* node)
|
| {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(node->isMediaControlElement());
|
| + // TODO: Enable this assertion again
|
| + //ASSERT_WITH_SECURITY_IMPLICATION(node->isMediaControlElement());
|
| HTMLElement* element = toHTMLElement(node);
|
| if (isHTMLInputElement(*element))
|
| return static_cast<MediaControlInputElement*>(element)->displayType();
|
|
|