| Index: Source/web/WebFrameImpl.h
|
| diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
|
| index 104f8497aa3281da92443b7c2d7f0a33399a3d2f..530a0de794142ffe39d41ec173ce913a4541dd91 100644
|
| --- a/Source/web/WebFrameImpl.h
|
| +++ b/Source/web/WebFrameImpl.h
|
| @@ -151,6 +151,7 @@ public:
|
| bool replace);
|
| virtual bool isLoading() const;
|
| virtual void stopLoading();
|
| + virtual bool hasCommittedRealDocument() const;
|
| virtual WebDataSource* provisionalDataSource() const;
|
| virtual WebDataSource* dataSource() const;
|
| virtual WebHistoryItem previousHistoryItem() const;
|
|
|