Index: Source/core/html/forms/RadioInputType.h |
diff --git a/Source/core/html/forms/RadioInputType.h b/Source/core/html/forms/RadioInputType.h |
index baddf57d1de1ce7f66aef0ddaa76262dd24ee293..2f965eeef20075a975c4ead63be00ea293850d0c 100644 |
--- a/Source/core/html/forms/RadioInputType.h |
+++ b/Source/core/html/forms/RadioInputType.h |
@@ -49,7 +49,7 @@ private: |
virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE; |
virtual bool isKeyboardFocusable() const OVERRIDE; |
virtual bool shouldSendChangeEventAfterCheckedChanged() OVERRIDE; |
- virtual PassOwnPtr<ClickHandlingState> willDispatchClick() OVERRIDE; |
+ virtual PassOwnPtrWillBeRawPtr<ClickHandlingState> willDispatchClick() OVERRIDE; |
virtual void didDispatchClick(Event*, const ClickHandlingState&) OVERRIDE; |
virtual bool isRadioButton() const OVERRIDE; |
virtual bool supportsIndeterminateAppearance() const OVERRIDE; |