| Index: Source/web/ColorChooserPopupUIController.h
|
| diff --git a/Source/web/ColorChooserPopupUIController.h b/Source/web/ColorChooserPopupUIController.h
|
| index ed575daff9a44fc191411038b62bc119c8b3633f..aa07b3e96fd57f7106b5c89195317a4740b5069f 100644
|
| --- a/Source/web/ColorChooserPopupUIController.h
|
| +++ b/Source/web/ColorChooserPopupUIController.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| // PagePopupClient functions:
|
| virtual WebCore::IntSize contentSize() OVERRIDE;
|
| - virtual void writeDocument(WebCore::DocumentWriter&) OVERRIDE;
|
| + virtual void writeDocument(WebCore::SharedBuffer*) OVERRIDE;
|
| virtual WebCore::Locale& locale() OVERRIDE;
|
| virtual void setValueAndClosePopup(int, const String&) OVERRIDE;
|
| virtual void setValue(const String&) OVERRIDE;
|
|
|