| 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);
|
|
|