X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Ftrack%2Fvtt%2FVTTElement.cpp;h=e2b8f6f7523f81a7851b49c210547b77e6e09c2a;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c56084ce40ef4d57acd0106794dd9dc529d8b319;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp b/src/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp index c56084c..e2b8f6f 100644 --- a/src/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp +++ b/src/third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp @@ -28,7 +28,7 @@ #include "core/HTMLElementFactory.h" -namespace WebCore { +namespace blink { static const QualifiedName& nodeTypeToTagName(VTTNodeType nodeType) { @@ -117,5 +117,5 @@ PassRefPtrWillBeRawPtr VTTElement::createEquivalentHTMLElement(Docu return htmlElement; } -} // namespace WebCore +} // namespace blink