Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTElement.cpp
index c56084c..e2b8f6f 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/HTMLElementFactory.h"
 
-namespace WebCore {
+namespace blink {
 
 static const QualifiedName& nodeTypeToTagName(VTTNodeType nodeType)
 {
@@ -117,5 +117,5 @@ PassRefPtrWillBeRawPtr<HTMLElement> VTTElement::createEquivalentHTMLElement(Docu
     return htmlElement;
 }
 
-} // namespace WebCore
+} // namespace blink