Index: Source/core/editing/InputMethodController.h |
diff --git a/Source/core/editing/InputMethodController.h b/Source/core/editing/InputMethodController.h |
index 2461ad7e43b3a89212cf28b36dfa154f9958aa28..4b5615b067001b75e8125db891e550252f4849aa 100644 |
--- a/Source/core/editing/InputMethodController.h |
+++ b/Source/core/editing/InputMethodController.h |
@@ -66,7 +66,7 @@ public: |
// Deletes the existing composition text. |
void cancelComposition(); |
void cancelCompositionIfSelectionIsInvalid(); |
- PassRefPtr<Range> compositionRange() const; |
+ PassRefPtrWillBeRawPtr<Range> compositionRange() const; |
// getting international text input composition state (for use by InlineTextBox) |
Text* compositionNode() const { return m_compositionNode.get(); } |