Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTCue.cpp
index 8069c26..d21ce34 100644 (file)
@@ -30,8 +30,8 @@
 #include "config.h"
 #include "core/html/track/vtt/VTTCue.h"
 
-#include "bindings/v8/ExceptionMessages.h"
-#include "bindings/v8/ExceptionStatePlaceholder.h"
+#include "bindings/core/v8/ExceptionMessages.h"
+#include "bindings/core/v8/ExceptionStatePlaceholder.h"
 #include "core/CSSPropertyNames.h"
 #include "core/CSSValueKeywords.h"
 #include "core/dom/DocumentFragment.h"
@@ -52,7 +52,7 @@
 #include "wtf/MathExtras.h"
 #include "wtf/text/StringBuilder.h"
 
-namespace WebCore {
+namespace blink {
 
 static const int undefinedPosition = -1;
 static const int undefinedSize = -1;
@@ -1104,4 +1104,4 @@ void VTTCue::trace(Visitor* visitor)
     TextTrackCue::trace(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink