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

Unified Diff: ppapi/tests/test_var_deprecated.cc

Issue 400823004: gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « ppapi/tests/test_instance_deprecated.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_var_deprecated.cc
diff --git a/ppapi/tests/test_var_deprecated.cc b/ppapi/tests/test_var_deprecated.cc
index dbfa83e21d61af3f82c07dd3d0e9da0d286fb866..ee79868f218652b6ef8af517a33e6e2506cc86ae 100644
--- a/ppapi/tests/test_var_deprecated.cc
+++ b/ppapi/tests/test_var_deprecated.cc
@@ -318,7 +318,6 @@ std::string TestVarDeprecated::TestHasPropertyAndMethod() {
// Check exception and return false on invalid property name.
ASSERT_FALSE(window.HasProperty(3.14159, &exception));
ASSERT_FALSE(exception.is_undefined());
- exception = pp::Var();
exception = pp::Var();
ASSERT_FALSE(window.HasMethod(3.14159, &exception));
« no previous file with comments | « ppapi/tests/test_instance_deprecated.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698