commit | 603e4d1238efbaedf748993c2154d8967ca746f3 | [log] [tgz] |
---|---|---|
author | weinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Jun 29 20:21:04 2008 +0000 |
committer | weinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Jun 29 20:21:04 2008 +0000 |
tree | b228be93df8eacbfebfc9a46085f9ce7b4087762 | |
parent | b54ef442c32f79440c73793bb7e90d220e630c27 [diff] [blame] |
2008-06-29 Sam Weinig <sam@webkit.org> Fix non-AllInOne build. * kjs/DateConstructor.cpp: * kjs/DateMath.cpp: * kjs/JSObject.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34873 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/kjs/DateMath.cpp b/JavaScriptCore/kjs/DateMath.cpp index 7a74aad..7c0d08c 100644 --- a/JavaScriptCore/kjs/DateMath.cpp +++ b/JavaScriptCore/kjs/DateMath.cpp
@@ -63,6 +63,8 @@ #include <sys/timeb.h> #endif +using namespace WTF; + namespace KJS { /* Constants */