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

Unified Diff: third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp

Issue 2940863005: Move loading methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Fixing build problems introduced by rebasing... Created 3 years, 6 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: third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
index e8bf3225c74871619d8e4998e40e689d5ffdb22c..bb6ac93a737c4f88ada4e718a151a599426f07b7 100644
--- a/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/FrameSerializerTest.cpp
@@ -115,7 +115,7 @@ class FrameSerializerTest : public ::testing::Test,
}
void Serialize(const char* url) {
- FrameTestHelpers::LoadFrame(helper_.WebView()->MainFrame(),
+ FrameTestHelpers::LoadFrame(helper_.WebView()->MainFrameImpl(),
KURL(base_url_, url).GetString().Utf8().data());
FrameSerializer serializer(resources_, *this);
Frame* frame = helper_.WebView()->MainFrameImpl()->GetFrame();

Powered by Google App Engine
This is Rietveld 408576698