Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: webkit/glue/cpp_bound_class.cc

Issue 8947: Fix the JSC build.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698