Commit f307990f authored by avi@chromium.org's avatar avi@chromium.org

Remove 10.5 comment.

BUG=137676
TEST=


Review URL: https://chromiumcodereview.appspot.com/10827017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150353 0039d316-1c4b-4281-b951-d872f2087c98
parent 94cf7d0b
...@@ -2951,8 +2951,6 @@ extern NSString *NSTextInputReplacementRangeAttributeName; ...@@ -2951,8 +2951,6 @@ extern NSString *NSTextInputReplacementRangeAttributeName;
} }
- (void)insertText:(id)string { - (void)insertText:(id)string {
// This is a method on NSTextInput, not NSTextInputClient. But on 10.5, this
// gets called anyway. Forward to the right method. http://crbug.com/47890
[self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)]; [self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment