| Index: Source/core/page/PagePopupClient.h
|
| diff --git a/Source/core/page/PagePopupClient.h b/Source/core/page/PagePopupClient.h
|
| index 3ab7be1547753e5af9b97e320b6877ea196cfb29..e67ec48da54441c8a473e3e173811aa436d4e81e 100644
|
| --- a/Source/core/page/PagePopupClient.h
|
| +++ b/Source/core/page/PagePopupClient.h
|
| @@ -38,7 +38,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Document;
|
| class Element;
|
| class Locale;
|
|
|
| @@ -53,9 +52,6 @@ public:
|
| // - window.setValueAndClosePopup(number, string).
|
| virtual void writeDocument(SharedBuffer*) = 0;
|
|
|
| - // This is called after the document is ready to do additionary setup.
|
| - virtual void didWriteDocument(Document&) = 0;
|
| -
|
| virtual Element& ownerElement() = 0;
|
| // Returns a Locale object associated to the client.
|
| virtual Locale& locale() = 0;
|
|
|