Bug 164021

Summary: [WebIDL] Move more string conversions over to JSDOMConvert
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>