Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index e281bd954a983560bcb1e80e1e437be5d4da8318..c89d76c98cd9952a3ea125339f391d07633da965 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -4654,7 +4654,7 @@ public: |
{ |
} |
- virtual void didFailProvisionalLoad(WebLocalFrame* frame, const WebURLError& error) |
+ virtual void didFailProvisionalLoad(WebLocalFrame* frame, const WebURLError& error, WebHistoryCommitType) |
{ |
frame->loadHTMLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true); |
} |