summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/npruntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/npruntime.cpp')
-rw-r--r--WebCore/bindings/v8/npruntime.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/npruntime.cpp b/WebCore/bindings/v8/npruntime.cpp
index 35015b0..12500a7 100644
--- a/WebCore/bindings/v8/npruntime.cpp
+++ b/WebCore/bindings/v8/npruntime.cpp
@@ -35,6 +35,8 @@
#include <wtf/HashSet.h>
#include <wtf/Assertions.h>
+using namespace WebCore;
+
// FIXME: Consider removing locks if we're singlethreaded already.
// The static initializer here should work okay, but we want to avoid
// static initialization in general.