RESOLVED INVALID79830
[BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::string instead of char*
https://bugs.webkit.org/show_bug.cgi?id=79830
Summary [BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::s...
Konrad Piascik
Reported 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);
Attachments
Note You need to log in before you can comment on or make changes to this bug.