Chromium Code Reviews| 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) { |