| Index: Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h
|
| ===================================================================
|
| --- Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h (revision 79367)
|
| +++ Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h (working copy)
|
| @@ -164,6 +164,7 @@
|
| virtual void updateGlobalHistory();
|
| virtual void updateGlobalHistoryRedirectLinks();
|
| virtual bool shouldGoToHistoryItem(HistoryItem*) const;
|
| + virtual bool shouldStopLoadingForHistoryItem(HistoryItem*) const;
|
| virtual void didDisplayInsecureContent();
|
| virtual void didRunInsecureContent(SecurityOrigin*);
|
|
|
|
|