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

Unified Diff: content/renderer/render_view.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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 | « content/common/font_list_win.cc ('k') | content/renderer/v8_value_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.cc
diff --git a/content/renderer/render_view.cc b/content/renderer/render_view.cc
index e227887f66f1c75d56c31e6e620960d7e287540c..0a5b9e9c3c5e1839365e4f548fe45ca5ffdaf71b 100644
--- a/content/renderer/render_view.cc
+++ b/content/renderer/render_view.cc
@@ -3486,7 +3486,7 @@ void RenderView::EvaluateScript(const string16& frame_xpath,
converter.set_allow_regexp(true);
list.Set(0, converter.FromV8Value(result, context));
} else {
- list.Set(0, Value::CreateNullValue());
+ list.Set(0, base::NullValue());
}
Send(new ViewHostMsg_ScriptEvalResponse(routing_id_, id, list));
}
« no previous file with comments | « content/common/font_list_win.cc ('k') | content/renderer/v8_value_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698