Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTTokenizer.cpp
index 0d84269..3403c0f 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/text/StringBuilder.h"
 #include "wtf/unicode/CharacterNames.h"
 
-namespace WebCore {
+namespace blink {
 
 #define WEBVTT_BEGIN_STATE(stateName) case stateName: stateName:
 #define WEBVTT_ADVANCE_TO(stateName)                               \