summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/javascriptcore/JavaScriptCore/runtime
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-10-06 08:30:05 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-10-06 08:30:05 (GMT)
commitb7503346c1b7d245625b1b9e7cf7ae89a86467f0 (patch)
tree356e7a8ea2bb4377fb3b5b0966313ef87ec4e395 /src/3rdparty/javascriptcore/JavaScriptCore/runtime
parent1459ba572cc3fdb72bf082b66a11bd88637b1b9c (diff)
downloadQt-b7503346c1b7d245625b1b9e7cf7ae89a86467f0.zip
Qt-b7503346c1b7d245625b1b9e7cf7ae89a86467f0.tar.gz
Qt-b7503346c1b7d245625b1b9e7cf7ae89a86467f0.tar.bz2
Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4.6-staging-06102009 ( fc2005c87bbbb743eba96041210902fec821a1af )
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/runtime')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp b/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp
index a509122..be817c3 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Structure.cpp
@@ -46,7 +46,6 @@
#define DO_PROPERTYMAP_CONSTENCY_CHECK 0
#endif
-using namespace std;
using namespace WTF;
namespace JSC {