Bug 153225 - CharacterData::setData doesn't need ExceptionCode as an out argument
Summary: CharacterData::setData doesn't need ExceptionCode as an out argument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 148782
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-19 00:47 PST by Ryosuke Niwa
Modified: 2016-01-19 00:58 PST (History)
4 users (show)

See Also:


Attachments
Cleanup (9.22 KB, patch)
2016-01-19 00:50 PST, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>