Bug 57989

Summary: Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit2Assignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Jeff Miller 2011-04-06 15:14:20 PDT
Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
Comment 1 Jeff Miller 2011-04-06 15:18:41 PDT
Created attachment 88526 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-04-06 15:20:30 PDT
Comment on attachment 88526 [details]
Patch

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

> Source/WebKit2/Shared/WebString.h:61
> +    const size_t length() const { return m_string.length(); }

No need for the leading "const".
Comment 3 Jeff Miller 2011-04-06 15:24:39 PDT
Committed r83110: <http://trac.webkit.org/changeset/83110>