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

Unified Diff: chrome/common/jstemplate_builder.cc

Issue 119384: Update JSTemplate to the latest version from Google Code (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « chrome/browser/resources/extensions_ui.html ('k') | chrome/third_party/jstemplate/COPYING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>");
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/third_party/jstemplate/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698