Changeset 446
- Timestamp:
- 03/09/08 12:13:29 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEWebKit.m
r443 r446 99 99 NSLog(@"elementDict: %@", elementDict); 100 100 NSAssert([elementDict count] != 0, ICCF_LocalizedString(@"Sorry, ICeCoffEE was unable to find anything to select")); 101 101 102 102 WebCoreBridge *bridge = [(WebHTMLView *)self _bridge]; 103 103 … … 125 125 // XXX at some point, characterIndexForPoint: wasn't implemented, so this will fail 126 126 NSRange range = [ICeCoffEETrigger rangeForEvent: downEvent onTarget: (NSView<NSTextInput> *)self]; 127 128 NSAssert(range.location != NSNotFound, ICCF_LocalizedString(@"Sorry, ICeCoffEE was unable to find anything to select")); 127 129 128 130 // XXX limit to a reasonable size
Note:
See TracChangeset
for help on using the changeset viewer.