| Index: chrome/renderer/user_script_slave.cc
|
| ===================================================================
|
| --- chrome/renderer/user_script_slave.cc (revision 25988)
|
| +++ chrome/renderer/user_script_slave.cc (working copy)
|
| @@ -130,7 +130,7 @@
|
| for (size_t j = 0; j < script->css_scripts().size(); ++j) {
|
| UserScript::File& file = script->css_scripts()[j];
|
| frame->insertStyleText(
|
| - WebString::fromUTF8(file.GetContent().as_string()));
|
| + WebString::fromUTF8(file.GetContent().as_string()), WebString());
|
| }
|
| }
|
| if (script->run_location() == location) {
|
|
|