| Index: Source/core/html/forms/CheckboxInputType.h
|
| diff --git a/Source/core/html/forms/CheckboxInputType.h b/Source/core/html/forms/CheckboxInputType.h
|
| index 3bb11c067dd965d23dc1366d211d70b8657d7e50..06e4c516750b098f8caf2dc26ff10bd999076c61 100644
|
| --- a/Source/core/html/forms/CheckboxInputType.h
|
| +++ b/Source/core/html/forms/CheckboxInputType.h
|
| @@ -45,7 +45,7 @@ private:
|
| virtual bool valueMissing(const String&) const OVERRIDE;
|
| virtual String valueMissingText() const OVERRIDE;
|
| virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE;
|
| - virtual PassOwnPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
|
| + virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
|
| virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE;
|
| virtual bool isCheckbox() const OVERRIDE;
|
| virtual bool supportsIndeterminateAppearance() const OVERRIDE;
|
|
|