diff --git a/mozilla/js2/tests/cpp/DikDik_Shell.cpp b/mozilla/js2/tests/cpp/DikDik_Shell.cpp index 520c4814f81..df4d6d6fd39 100644 --- a/mozilla/js2/tests/cpp/DikDik_Shell.cpp +++ b/mozilla/js2/tests/cpp/DikDik_Shell.cpp @@ -63,11 +63,13 @@ static void initConsole(StringPtr consoleName, #endif + namespace JavaScript { namespace Shell { -// using namespace JS2Runtime; - +#ifndef _WIN32 + using namespace JS2Runtime; +#endif // Interactively read a line from the input stream in and put it into // s. Return false if reached the end of input before reading anything.