Index: Source/core/html/InputType.h |
diff --git a/Source/core/html/InputType.h b/Source/core/html/InputType.h |
index 164af601d46b84d0b5580edb5b4053af86f253ef..0693bb60471c5f2e2cd8e533b958f1a1326172f5 100644 |
--- a/Source/core/html/InputType.h |
+++ b/Source/core/html/InputType.h |
@@ -317,7 +317,7 @@ private: |
// Helper for stepUp()/stepDown(). Adds step value * count to the current value. |
void applyStep(int count, AnyStepHandling, TextFieldEventBehavior, ExceptionCode&); |
- // FIXME(oilpan): Move ClickHandlingState to the heap and use a Member. |
+ // FIXME(oilpan): This should be a strong pointer. |
HTMLInputElement* m_element; |
}; |