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

Unified Diff: webkit/glue/webkit_glue.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 | « webkit/glue/cpp_bound_class.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.cc
===================================================================
--- webkit/glue/webkit_glue.cc (revision 187540)
+++ webkit/glue/webkit_glue.cc (working copy)
@@ -89,9 +89,7 @@
bool g_forcefully_terminate_plugin_process = false;
void SetJavaScriptFlags(const std::string& str) {
-#if WEBKIT_USING_V8
tony 2013/03/12 16:58:51 Can we remove the definition of this macro from th
abarth-chromium 2013/03/12 17:30:52 Yes: https://bugs.webkit.org/show_bug.cgi?id=11212
v8::V8::SetFlagsFromString(str.data(), static_cast<int>(str.size()));
-#endif
}
void EnableWebCoreLogChannels(const std::string& channels) {
« no previous file with comments | « webkit/glue/cpp_bound_class.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698