Bug 53286 - Remove "forceUserGesture" parameter of function ScriptController::executeScript
Summary: Remove "forceUserGesture" parameter of function ScriptController::executeScript
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 00:54 PST by Johnny(Jianning) Ding
Modified: 2011-01-28 00:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny(Jianning) Ding 2011-01-28 00:54:26 PST
As Adam suggested in bug 53244, since now we keep the gesture state in a static variable, we don't need to pass "forceUserGesture" around explicitly. Will remove this parameter.