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

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

Issue 2917343004: Move LoadHTMLString method from WebFrame to WebLocalFrame. (Closed)
Patch Set: 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/FrameTestHelpers.cpp
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
index 72fcabde443f6cb9edb403663fcbfd7278dccf62..3d01f98db15408a851e0aec65e55c94da14e2bd3 100644
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
@@ -103,7 +103,7 @@ void LoadFrame(WebFrame* frame, const std::string& url) {
PumpPendingRequestsForFrameToLoad(frame);
}
-void LoadHTMLString(WebFrame* frame,
+void LoadHTMLString(WebLocalFrame* frame,
const std::string& html,
const WebURL& base_url) {
frame->LoadHTMLString(WebData(html.data(), html.size()), base_url);

Powered by Google App Engine
This is Rietveld 408576698