Bug 164021 - [WebIDL] Move more string conversions over to JSDOMConvert
Summary: [WebIDL] Move more string conversions over to JSDOMConvert
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 10:30 PDT by Sam Weinig
Modified: 2016-10-26 14:08 PDT (History)
2 users (show)

See Also:


Attachments
Patch (45.82 KB, patch)
2016-10-26 11:17 PDT, Sam Weinig
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-10-26 10:30:02 PDT
[WebIDL] Move more string conversions over to JSDOMConvert
Comment 1 Sam Weinig 2016-10-26 11:17:10 PDT
Created attachment 292947 [details]
Patch
Comment 2 Tim Horton 2016-10-26 14:05:33 PDT
Comment on attachment 292947 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=292947&action=review

> Source/WebCore/bindings/js/JSDOMConvert.h:179
> +    static ReturnType convert(JSC::ExecState& state, JSC::JSValue value, IntegerConversionConfiguration configuration)

Kinda weird that these are all smushed together with no newlines between them
Comment 3 Sam Weinig 2016-10-26 14:08:26 PDT
Committed r207912: <http://trac.webkit.org/changeset/207912>