| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 48382e2331283077eb56772ba8eb2f360c63f8be..4cbdd549a3baeb4dc4c520521363039e9459871f 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -297,7 +297,7 @@ public:
|
| // allows us to navigate by pressing Enter after closing the Find box.
|
| void setFindEndstateFocusAndSelection();
|
|
|
| - void didFail(const ResourceError&, bool wasProvisional);
|
| + void didFail(const ResourceError&, bool wasProvisional, HistoryCommitType);
|
|
|
| // Sets whether the WebLocalFrameImpl allows its document to be scrolled.
|
| // If the parameter is true, allow the document to be scrolled.
|
|
|