Index: webkit/glue/cpp_bound_class.cc |
=================================================================== |
--- webkit/glue/cpp_bound_class.cc (revision 4241) |
+++ webkit/glue/cpp_bound_class.cc (working copy) |
@@ -240,7 +240,7 @@ |
void CppBoundClass::BindToJavascript(WebFrame* frame, |
const std::wstring& classname) { |
#if USE(JSC) |
- KJS::JSLock lock(false); |
+ JSC::JSLock lock(false); |
#endif |
// Create an NPObject using our static NPClass. The first argument (a |