diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 1985411aa..e42df9447 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -982,7 +982,7 @@ Sets the selection to a range of characters in response to user action. // interface to the _CPNativeInputManager -- (void)_activateNativeInputElement:(DOMElemet)aNativeField +- (void)_activateNativeInputElement:(DOMElement)aNativeField { var attributes = [[self typingAttributes] copy];