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

Unified Diff: ppapi/tests/test_url_util.cc

Issue 7329024: Revert 91859 - Porting ppapi_tests framework to postMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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_post_message.cc ('k') | ppapi/tests/test_var_deprecated.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_url_util.cc
===================================================================
--- ppapi/tests/test_url_util.cc (revision 91865)
+++ ppapi/tests/test_url_util.cc (working copy)
@@ -121,7 +121,7 @@
std::string TestURLUtil::TestGetDocumentURL() {
pp::Var url = util_->GetDocumentURL(*instance_);
ASSERT_TRUE(url.is_string());
- pp::VarPrivate window = instance_->GetWindowObject();
+ pp::Var window = instance_->GetWindowObject();
pp::Var href = window.GetProperty("location").GetProperty("href");
ASSERT_TRUE(href.is_string());
// In the test framework, they should be the same.
« no previous file with comments | « ppapi/tests/test_post_message.cc ('k') | ppapi/tests/test_var_deprecated.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698