Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLRubyElement.h
index 7467677..2549122 100644 (file)
@@ -7,13 +7,13 @@
 
 #include "core/html/HTMLElement.h"
 
-namespace WebCore {
+namespace blink {
 
 // <ruby> is an HTMLElement in script, but we use a separate interface here
 // so HTMLElement's createRenderer doesn't need to know about it.
 class HTMLRubyElement FINAL : public HTMLElement {
 public:
-    static PassRefPtrWillBeRawPtr<HTMLRubyElement> create(Document&);
+    DECLARE_NODE_FACTORY(HTMLRubyElement);
 
 private:
     explicit HTMLRubyElement(Document&);