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

Unified Diff: content/child/v8_value_converter_impl_unittest.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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/child/v8_value_converter_impl.cc ('k') | content/common/android/gin_java_bridge_value_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/v8_value_converter_impl_unittest.cc
diff --git a/content/child/v8_value_converter_impl_unittest.cc b/content/child/v8_value_converter_impl_unittest.cc
index aa952152d7148a15f9a243a6990413037e71ced5..63b5a80d5957f440c2e98ce6b9caa4271bd31b1b 100644
--- a/content/child/v8_value_converter_impl_unittest.cc
+++ b/content/child/v8_value_converter_impl_unittest.cc
@@ -414,7 +414,7 @@ TEST_F(V8ValueConverterImplTest, WeirdTypes) {
converter.SetDateAllowed(true);
TestWeirdType(converter, v8::Date::New(isolate_, 1000),
base::Value::TYPE_DOUBLE,
- std::unique_ptr<base::Value>(new base::FundamentalValue(1.0)));
+ std::unique_ptr<base::Value>(new base::Value(1.0)));
converter.SetRegExpAllowed(true);
TestWeirdType(converter, regex, base::Value::TYPE_STRING,
« no previous file with comments | « content/child/v8_value_converter_impl.cc ('k') | content/common/android/gin_java_bridge_value_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698