Bug 153225

Summary: CharacterData::setData doesn't need ExceptionCode as an out argument
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, darin, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 148782    
Bug Blocks:    
Attachments:
Description Flags
Cleanup koivisto: review+

Description Ryosuke Niwa 2016-01-19 00:47:26 PST
CharacterData::setData never throws so there's no need for it to take ExceptionCode.
Comment 1 Ryosuke Niwa 2016-01-19 00:50:46 PST
Created attachment 269258 [details]
Cleanup
Comment 2 Ryosuke Niwa 2016-01-19 00:58:58 PST
Committed r195264: <http://trac.webkit.org/changeset/195264>