RESOLVED FIXED 151676
Use Optional instead of isNull out argument for nullable getters
https://bugs.webkit.org/show_bug.cgi?id=151676
Summary Use Optional instead of isNull out argument for nullable getters
Darin Adler
Reported 2015-11-30 14:52:15 PST
Use Optional instead of isNull out argument for nullable getters
Attachments
Patch (35.26 KB, patch)
2015-11-30 15:00 PST, Darin Adler
andersca: review+
Darin Adler
Comment 1 2015-11-30 15:00:12 PST
Darin Adler
Comment 2 2015-11-30 15:01:00 PST
I noticed how awkward nullable attributes were, so I fixed them to use Optional.
Darin Adler
Comment 3 2015-11-30 15:57:42 PST
Note You need to log in before you can comment on or make changes to this bug.