X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2FDecimalTest.cpp;h=0a885096c22b8029f4bab8842288256a010f72e6;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=eb26dc43bce8906016372617272eb6930457b8ef;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/DecimalTest.cpp b/src/third_party/WebKit/Source/platform/DecimalTest.cpp index eb26dc4..0a88509 100644 --- a/src/third_party/WebKit/Source/platform/DecimalTest.cpp +++ b/src/third_party/WebKit/Source/platform/DecimalTest.cpp @@ -36,7 +36,7 @@ #include #include -namespace WebCore { +namespace blink { std::ostream& operator<<(std::ostream& os, const Decimal& decimal) { @@ -48,9 +48,9 @@ std::ostream& operator<<(std::ostream& os, const Decimal& decimal) << ")=" << decimal.toString().ascii().data(); } -} // namespace WebCore +} // namespace blink -using namespace WebCore; +using namespace blink; // Simulate WebCore/html/StepRange class DecimalStepRange {