Index: third_party/WebKit/Source/core/html/track/TrackBase.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/TrackBase.cpp b/third_party/WebKit/Source/core/html/track/TrackBase.cpp |
index 7a2ce55fa026ddc301fbf6fb23d51cacb10cb375..dd216230a755b167d8273ec19222e6161e09fddf 100644 |
--- a/third_party/WebKit/Source/core/html/track/TrackBase.cpp |
+++ b/third_party/WebKit/Source/core/html/track/TrackBase.cpp |
@@ -70,7 +70,7 @@ void TrackBase::setKind(const AtomicString& kind) |
if (isValidKind(kind)) |
m_kind = kind; |
else |
- m_kind = defaultKind(); |
+ m_kind = invalidValueDefaultKind(); |
} |
} // namespace blink |