X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2FRenderRuby.h;h=2058cad94885639f08f914d849a06d9f9cae5c9e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=cd0a7fc6db0002d0dbde41a9ee97f8906682869f;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/RenderRuby.h b/src/third_party/WebKit/Source/core/rendering/RenderRuby.h index cd0a7fc..2058cad 100644 --- a/src/third_party/WebKit/Source/core/rendering/RenderRuby.h +++ b/src/third_party/WebKit/Source/core/rendering/RenderRuby.h @@ -34,7 +34,7 @@ #include "core/rendering/RenderBlockFlow.h" #include "core/rendering/RenderInline.h" -namespace WebCore { +namespace blink { // Following the HTML 5 spec, the box object model for a element allows several runs of ruby // bases with their respective ruby texts looks as follows: @@ -87,6 +87,6 @@ private: virtual void removeLeftoverAnonymousBlock(RenderBlock*) OVERRIDE { ASSERT_NOT_REACHED(); } }; -} // namespace WebCore +} // namespace blink #endif // RenderRuby_h