Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLRTElement.h
index eea1e94..2052c72 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "core/html/HTMLElement.h"
 
-namespace WebCore {
+namespace blink {
 
 // <rt> is an HTMLElement in script, but we use a separate interface here
 // so HTMLElement's createRenderer doesn't need to know about it.