X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fshadow%2FDateTimeNumericFieldElement.cpp;h=fb9609945953c725c4dbdb9da1448cdfb1a56864;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=64b3e46b90c0f7a5e8f56e2c5e7615b1b6a517ed;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp b/src/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp index 64b3e46..fb96099 100644 --- a/src/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp +++ b/src/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp @@ -35,7 +35,7 @@ using namespace WTF::Unicode; -namespace WebCore { +namespace blink { int DateTimeNumericFieldElement::Range::clampValue(int value) const { @@ -241,6 +241,6 @@ int DateTimeNumericFieldElement::roundUp(int n) const return n + m_step.stepBase; } -} // namespace WebCore +} // namespace blink #endif