| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 0e65f936d78a655b587fbd93f0a2f330a8dee34f..3f41a84107df90a44d61ee760e02981cb47598a5 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -159,7 +159,7 @@ public:
|
|
|
| virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) = 0;
|
|
|
| - virtual PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) = 0;
|
| + virtual PassOwnPtrWillBeRawPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) = 0;
|
|
|
| // This function is used for:
|
| // - Mandatory date/time choosers if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
|
|