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

Unified Diff: webkit/glue/cpp_bound_class.cc

Issue 12493009: Delete usage of obsolete macros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | webkit/glue/webkit_glue.cc » ('j') | webkit/glue/webkit_glue.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_bound_class.cc
===================================================================
--- webkit/glue/cpp_bound_class.cc (revision 187540)
+++ webkit/glue/cpp_bound_class.cc (working copy)
@@ -314,11 +314,6 @@
void CppBoundClass::BindToJavascript(WebFrame* frame,
const std::string& classname) {
-#if WEBKIT_USING_JSC
-#error "This is not going to work anymore...but it's not clear what the solution is...or if it's still necessary."
- JSC::JSLock lock(false);
-#endif
-
// BindToWindowObject will take its own reference to the NPObject, and clean
// up after itself. It will also (indirectly) register the object with V8,
// so we must remember this so we can unregister it when we're destroyed.
« no previous file with comments | « no previous file | webkit/glue/webkit_glue.cc » ('j') | webkit/glue/webkit_glue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698