| Index: chrome/common/jstemplate_builder.cc
|
| ===================================================================
|
| --- chrome/common/jstemplate_builder.cc (revision 17821)
|
| +++ chrome/common/jstemplate_builder.cc (working copy)
|
| @@ -43,7 +43,7 @@
|
| output.append(jstemplate_src.data(), jstemplate_src.size());
|
| output.append("var tp = document.getElementById('");
|
| output.append(template_id.data(), template_id.size());
|
| - output.append("'); var cx = new JsExprContext(");
|
| + output.append("'); var cx = new JsEvalContext(");
|
| output.append(jstext);
|
| output.append("); jstProcess(cx, tp);</script>");
|
|
|
|
|