Index: third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp |
index 9096338b93b0c83384870ddeb0c8483da9a046e7..58aa8e508e7acd78b1841cace2b1d66105c8eacf 100644 |
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp |
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp |
@@ -59,7 +59,7 @@ static const QualifiedName& nodeTypeToTagName(VTTNodeType nodeType) |
return vTag; |
case VTTNodeTypeNone: |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return cTag; // Make the compiler happy. |
} |
} |
@@ -110,7 +110,7 @@ HTMLElement* VTTElement::createEquivalentHTMLElement(Document& document) |
htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::rtTag.localName(), document); |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
} |
htmlElement->setAttribute(HTMLNames::classAttr, getAttribute(HTMLNames::classAttr)); |