Bug 151676 - Use Optional instead of isNull out argument for nullable getters
Summary: Use Optional instead of isNull out argument for nullable getters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 14:52 PST by Darin Adler
Modified: 2015-11-30 15:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (35.26 KB, patch)
2015-11-30 15:00 PST, Darin Adler
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2015-11-30 14:52:15 PST
Use Optional instead of isNull out argument for nullable getters
Comment 1 Darin Adler 2015-11-30 15:00:12 PST
Created attachment 266286 [details]
Patch
Comment 2 Darin Adler 2015-11-30 15:01:00 PST
I noticed how awkward nullable attributes were, so I fixed them to use Optional.
Comment 3 Darin Adler 2015-11-30 15:57:42 PST
Committed r192839: <http://trac.webkit.org/changeset/192839>