Bug 79830

Summary: [BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::string instead of char*
Product: WebKit Reporter: Konrad Piascik <kpiascik>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79826    

Description Konrad Piascik 2012-02-28 13:27:54 PST
This includes the following 2 functions and their call sites:

bool executeJavaScript(const char* script, JavaScriptDataType& returnType, WebString& returnValue);
// This will execute the script even if in-page JavaScript is disabled.
bool executeJavaScriptInIsolatedWorld(const char* script, JavaScriptDataType& returnType, WebString& returnValue);