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

Unified Diff: chrome/test/webdriver/session.cc

Issue 7647026: base: Add three helper functions to Values API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo Ceate -> Create 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
Index: chrome/test/webdriver/session.cc
diff --git a/chrome/test/webdriver/session.cc b/chrome/test/webdriver/session.cc
index bbfdc49428628e5ce2efd86a2bac5126a4557afa..ba21e0870106e3964de3958d56ba5213d844f44e 100644
--- a/chrome/test/webdriver/session.cc
+++ b/chrome/test/webdriver/session.cc
@@ -1190,7 +1190,7 @@ Error* Session::ExecuteScriptAndParseResponse(const FrameId& frame_id,
*script_result= tmp->DeepCopy();
} else {
// "value" was not defined in the returned dictionary; set to null.
- *script_result= Value::CreateNullValue();
+ *script_result= base::NullValue();
}
return NULL;
}
« no previous file with comments | « chrome/test/webdriver/commands/set_timeout_commands_unittest.cc ('k') | chrome/test/webdriver/web_element_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698