X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fforms%2FBaseTextInputType.h;h=30e3431c25da57152a5c9157f32465317eb0cb0d;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c2743688571d695f98019514d3acc8c333066b69;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/forms/BaseTextInputType.h b/src/third_party/WebKit/Source/core/html/forms/BaseTextInputType.h index c274368..30e3431 100644 --- a/src/third_party/WebKit/Source/core/html/forms/BaseTextInputType.h +++ b/src/third_party/WebKit/Source/core/html/forms/BaseTextInputType.h @@ -33,7 +33,7 @@ #include "core/html/forms/TextFieldInputType.h" -namespace WebCore { +namespace blink { // Base of email, password, search, tel, text, and URL types. // They support maxlength, selection functions, and so on. @@ -48,6 +48,6 @@ private: virtual bool supportsSelectionAPI() const OVERRIDE; }; -} // namespace WebCore +} // namespace blink #endif // BaseTextInputType_h