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+

Jeff Miller
Reported 2011-04-06 15:14:20 PDT
Add WKStringGetCharactersPtr() and WKStringGetLength() to WebKit2 C API
Attachments
Patch (3.38 KB, patch)
2011-04-06 15:18 PDT, Jeff Miller
aroben: review+
Jeff Miller
Comment 1 2011-04-06 15:18:41 PDT
Adam Roben (:aroben)
Comment 2 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".
Jeff Miller
Comment 3 2011-04-06 15:24:39 PDT
Note You need to log in before you can comment on or make changes to this bug.